- 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.
defs nand_def "nand A B == ~(A & B)"
exor_def "exor A B == A & ~B | ~A & B"