TFL/mask.sig
author paulson
Mon, 28 Oct 1996 15:59:39 +0100
changeset 2135 80477862ab33
parent 2112 3902e9af752f
child 3302 404fe31fd8d2
permissions -rw-r--r--
Minor corrections

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

 type mask
 val ERR : mask

end