SCM Repository
Diff of /sml/trunk/src/cm/stable/stablemap.sml
Parent Directory
|
Revision Log
|
Patch
revision 295, Wed May 26 09:20:25 1999 UTC | revision 651, Thu Jun 1 18:34:03 2000 UTC | |
---|---|---|
# | Line 6 | Line 6 |
6 | * | * |
7 | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) |
8 | *) | *) |
9 | structure StableMap = BinaryMapFn | structure StableMap = MapFn (BinInfo) |
(struct | ||
type ord_key = BinInfo.info | ||
val compare = BinInfo.compare | ||
end) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |