SCM Repository
[smlnj] / sml / branches / primop-branch-gkuan / cm / util / stringset.sml |
View of /sml/branches/primop-branch-gkuan/cm/util/stringset.sml
Parent Directory
|
Revision Log
Revision 2787 -
(download)
(annotate)
Sat Sep 29 05:18:54 2007 UTC (13 years, 6 months ago) by gkuan
File size: 290 byte(s)
Sat Sep 29 05:18:54 2007 UTC (13 years, 6 months ago) by gkuan
File size: 290 byte(s)
Creating private branch of sml/branches/primop-branch-3 for experimental Translate rewrite
(* * Sets of strings. * Uses SML/NJ library implementation of sets. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure StringSet = SetFn (struct type ord_key = string val compare = String.compare end)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |