doc-src/Tutorial/Ifexpr/boolex
author berghofe
Mon, 10 Dec 2001 15:16:49 +0100
changeset 12436 a2df07fefed7
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Replaced several occurrences of "blast" by "rules".

datatype boolex = Const bool | Var nat
                | Neg boolex | And boolex boolex