doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Wed, 29 Sep 1999 13:54:31 +0200
changeset 7640 6b7daae5d316
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added witness_sorts, univ_witness; removed nonempty_sort;

Defs = Types +
consts nand, exor :: gate
defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"
end