SCM Repository
Diff of /sml/trunk/src/cm/util/stringmap.sml
Parent Directory
|
Revision Log
|
Patch
revision 276, Mon May 17 06:01:28 1999 UTC | revision 447, Tue Oct 19 07:34:25 1999 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 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 |