doc-src/Tutorial/Misc/constdefs
author berghofe
Thu, 19 Aug 1999 19:00:42 +0200
changeset 7293 959e060f4a2f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Moved sum_case stuff from Sum to Datatype.

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