doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Wed, 22 Dec 1999 20:28:56 +0100
changeset 8076 ef78716f39ef
parent 5377 efb799c5ed3c
permissions -rw-r--r--
text: string list;

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