doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Sat, 21 Nov 1998 12:17:18 +0100
changeset 5944 dcc446da8e19
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added undos, redos;

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