doc-src/Tutorial/Misc/ConstDefs.thy
author paulson
Tue, 03 Sep 2002 18:43:15 +0200
changeset 13556 d17f6474eed0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed the typesetting

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