doc-src/Tutorial/Ifexpr/boolex
author oheimb
Tue, 20 Feb 2001 18:47:25 +0100
changeset 11164 03f5dc539fd9
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added add_arith (just as hint by now)
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