doc-src/Tutorial/Misc/ConstDefs.thy
author nipkow
Wed, 02 Sep 1998 16:52:06 +0200
changeset 5425 157c6663dedd
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Added function upto to List. Had to rearrange loading sequence because now List uses Recdef.

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