TFL/mask.sig
author paulson
Wed, 02 Apr 1997 15:14:37 +0200
changeset 2865 77daca16b2f4
parent 2112 3902e9af752f
child 3302 404fe31fd8d2
permissions -rw-r--r--
ZF.thy is again usable

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

 type mask
 val ERR : mask

end