doc-src/Tutorial/Ifexpr/boolex
author paulson
Tue, 28 May 2002 11:06:06 +0200
changeset 13183 c7290200b3f4
parent 5377 efb799c5ed3c
permissions -rw-r--r--
conversion of IntDiv.thy to Isar format
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5377
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     1
datatype boolex = Const bool | Var nat
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     2
                | Neg boolex | And boolex boolex