doc-src/Tutorial/Ifexpr/boolex
author paulson
Fri, 10 May 2002 10:22:45 +0200
changeset 13128 99f6a9f0328a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tidied

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