SCM Repository
View of /sml/trunk/src/cm/util/symbolordkey.sml
Parent Directory
|
Revision Log
Revision 269 -
(download)
(annotate)
Mon May 10 13:34:43 1999 UTC (21 years, 11 months ago) by blume
File size: 408 byte(s)
Mon May 10 13:34:43 1999 UTC (21 years, 11 months ago) by blume
File size: 408 byte(s)
started adding dependency graph stuff
(* * Argument for BinarySetFn and BinaryMapFn for the case of symbols. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure SymbolOrdKey = struct type ord_key = GenericVC.Symbol.symbol fun compare (s1, s2) = if GenericVC.Symbol.symbolCMLt (s1, s2) then LESS else if GenericVC.Symbol.eq (s1, s2) then EQUAL else GREATER end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |