doc-src/Tutorial/Misc/constdefs
author wenzelm
Sun, 21 May 2000 14:37:17 +0200
changeset 8899 99266fe189a1
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed is_type_abbr;

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