doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Sat, 05 Jun 1999 20:30:29 +0200
changeset 6786 0af1797d5315
parent 5377 efb799c5ed3c
permissions -rw-r--r--
varifyT': observe additional 'fixed' tfrees;

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