TFL/usyntax.sml
changeset 6498 1ebbe18fe236
parent 3713 8a1f7d5b1eff
child 8882 9df44a4f1bf7
equal deleted inserted replaced
6497:120ca2bb27e1 6498:1ebbe18fe236
   212           in {varstruct = mk_pair{fst = lv, snd = rv}, body = body}
   212           in {varstruct = mk_pair{fst = lv, snd = rv}, body = body}
   213           end
   213           end
   214 end;
   214 end;
   215 
   215 
   216 
   216 
   217 (* Garbage - ought to be dropped *)
       
   218 val lhs   = #lhs o dest_eq
   217 val lhs   = #lhs o dest_eq
   219 val rhs   = #rhs o dest_eq
   218 val rhs   = #rhs o dest_eq
   220 val rand  = #Rand o dest_comb
   219 val rand  = #Rand o dest_comb
   221   
   220   
   222 
   221