SCM Repository
Diff of /sml/trunk/src/cm/util/stringmap.sml
Parent Directory
|
Revision Log
|
Patch
revision 272, Wed May 12 07:09:28 1999 UTC | revision 651, Thu Jun 1 18:34:03 2000 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | (* | (* |
2 | * String dictionaries. | * String dictionaries. |
3 | * Hooks into compiler and uses SML/NJ library implementation of binary maps. | * Uses SML/NJ library implementation of binary maps. |
4 | * | * |
5 | * (C) 1999 Lucent Technologies, Bell Laboratories | * (C) 1999 Lucent Technologies, Bell Laboratories |
6 | * | * |
7 | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) |
8 | *) | *) |
9 | structure StringMap = BinaryMapFn | structure StringMap = MapFn |
10 | (struct | (struct |
11 | type ord_key = string | type ord_key = string |
12 | val compare = String.compare | val compare = String.compare |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |