--- sml/trunk/src/cm/util/symbolordkey.sml 1999/05/10 13:34:43 269 +++ sml/trunk/src/cm/util/symbolordkey.sml 1999/05/17 14:53:49 278 @@ -6,9 +6,9 @@ * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure SymbolOrdKey = struct - type ord_key = GenericVC.Symbol.symbol + type ord_key = Symbol.symbol fun compare (s1, s2) = - if GenericVC.Symbol.symbolCMLt (s1, s2) then LESS - else if GenericVC.Symbol.eq (s1, s2) then EQUAL + if Symbol.symbolCMLt (s1, s2) then LESS + else if Symbol.eq (s1, s2) then EQUAL else GREATER end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: if Symbol.symbolCMLt (s1, s2) then LESS + else if Symbol.eq (s1, s2) then EQUAL else GREATER end