doc-src/Tutorial/Misc/Defs.thy
author oheimb
Fri, 02 Feb 2001 00:31:39 +0100
changeset 11029 a221d8a9413c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
little bugfixes; added induct_thm_tac

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