doc-src/Tutorial/Misc/ConstDefs.thy
author pusch
Thu, 01 Apr 1999 18:42:48 +0200
changeset 6408 5b443d6331ed
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new definition for nth. added warnings, if primrec definition is deleted from simpset.

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