- fun name (t,s, sz) = "+t" ^ Int.toString t ^ "[" ^ s ^ "]"
- fun size (t, s, sz) = sz
- fun compare ((t1,_,_),(t2,_,_)) = Int.compare (t1,t2)
+ fun name (t,s) = "+t" ^ Int.toString t ^ "[" ^ s ^ "]"
+ fun compare ((t1,_),(t2,_)) = Int.compare (t1,t2)