- Inserted additional check for equality types in check_mode_clause that
avoids ill-typed code to be generated.
- Mode inference algorithm now outputs additional diagnostic messages.
ConstDefs = Types +
constdefs nand :: gate
"nand A B == ~(A & B)"
exor :: gate
"exor A B == A & ~B | ~A & B"
end