doc-src/Tutorial/Misc/ConstDefs.thy
author paulson
Mon, 04 Sep 2000 10:24:55 +0200
changeset 9824 c6eee0626d28
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Converting HOL/ex/Primes.thy to new style, removing Primes.ML

ConstDefs = Types +
constdefs nand :: gate
         "nand A B == ~(A & B)"
          exor :: gate
         "exor A B == A & ~B | ~A & B"
end