doc-src/Tutorial/Misc/constdefs
author wenzelm
Mon, 09 Nov 1998 11:20:07 +0100
changeset 5814 a3881c1f1d3c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
isabelle -I;

constdefs nand :: gate
         "nand A B == ~(A & B)"
          exor :: gate
         "exor A B == A & ~B | ~A & B"