doc-src/Tutorial/Misc/defs
author oheimb
Thu, 31 May 2001 16:50:15 +0200
changeset 11339 3fb4d00b294a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added injective_fst_snd

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