doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Sat, 29 Dec 2001 13:14:11 +0100
changeset 12607 16b63730cfbb
parent 5377 efb799c5ed3c
permissions -rw-r--r--
update by Stephan Merz;

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