TFL/mask.sig
author nipkow
Wed, 21 May 1997 10:09:21 +0200
changeset 3265 8358e19d0d4c
parent 2112 3902e9af752f
child 3302 404fe31fd8d2
permissions -rw-r--r--
Replaced Konrad's own add_term_names by the predefined one. Replaced fn Free x => x by dest_Free.

signature Mask_sig =
sig
 datatype 'a binding = |-> of ('a * 'a)  (* infix 7 |->; *)

 type mask
 val ERR : mask

end