doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Thu, 28 Feb 2002 21:37:28 +0100
changeset 12991 1bfa0670f592
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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