doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Tue, 02 Jul 2002 15:36:51 +0200
changeset 13271 d0859ff6cd65
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added fact_index.ML;

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