--- sml/trunk/src/cm/stable/stablemap.sml 1999/05/26 09:20:25 295 +++ sml/trunk/src/cm/stable/stablemap.sml 1999/05/31 15:00:06 305 @@ -6,8 +6,4 @@ * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) -structure StableMap = BinaryMapFn - (struct - type ord_key = BinInfo.info - val compare = BinInfo.compare - end) +structure StableMap = BinaryMapFn (BinInfo)