doc-src/Tutorial/Misc/Defs.thy
author wenzelm
Sun, 04 Feb 2001 19:31:13 +0100
changeset 11049 7eef34adb852
parent 5377 efb799c5ed3c
permissions -rw-r--r--
HOL-NumberTheory: converted to new-style format and proper document setup;

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