doc-src/Tutorial/Misc/defs
author paulson
Sun, 31 Dec 2000 15:12:27 +0100
changeset 10755 0fb476ff855c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
separation of HOL-Hyperreal from HOL-Real

defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"