doc-src/Tutorial/Misc/constdefs
author paulson
Fri, 21 Apr 2000 11:28:18 +0200
changeset 8756 b03a0b219139
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new file Integ/NatSimprocs.ML

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