doc-src/Tutorial/Ifexpr/boolex
author isatest
Thu, 20 Jun 2002 22:30:00 +0200
changeset 13234 8139edae3bf5
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned

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