TFL/mask.sig
author paulson
Wed, 23 Apr 1997 11:11:38 +0200
changeset 3021 39806db47be9
parent 2112 3902e9af752f
child 3302 404fe31fd8d2
permissions -rw-r--r--
Loop detection: before expanding a haz formula, see whether it is a duplicate and, if so, delete it. Recursion detection: transitivity and similar rules, when applied, put the new formulae at the end of a branch and not at the front (in effect).

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

 type mask
 val ERR : mask

end