SCM Repository
Annotation of /sml/trunk/src/cm/util/stringset.sml
Parent Directory
|
Revision Log
Revision 266 - (view) (download)
1 : | blume | 266 | structure StringSet = |
2 : | BinarySetFn (struct | ||
3 : | type ord_key = string | ||
4 : | val compare = String.compare | ||
5 : | end) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |