doc-src/Tutorial/Ifexpr/boolex
author nipkow
Fri, 01 Sep 2000 18:29:52 +0200
changeset 9791 a39e5d43de55
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Completely new version of BCV

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