doc-src/Tutorial/Misc/ConstDefs.thy
author kleing
Mon, 14 Jul 2003 14:44:06 +0200
changeset 14110 c45c94fa16f4
parent 5377 efb799c5ed3c
permissions -rw-r--r--
use Library.Some/None instead of just Some/None in generated quickcheck code

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