doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Thu, 29 Apr 2004 06:02:48 +0200
changeset 14684 d796124e435c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed 'constdefs' hack;

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