doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Thu, 13 Jul 2000 23:18:36 +0200
changeset 9324 9c65fb3a7874
parent 5377 efb799c5ed3c
permissions -rw-r--r--
use ProofContext.bind_skolem;
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