doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Fri, 15 Sep 2000 11:34:46 +0200
changeset 9968 264b16d934f9
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed comment;

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