doc-src/Tutorial/Ifexpr/boolex
author paulson
Fri, 30 May 2003 11:44:29 +0200
changeset 14054 dc281bd5ca0a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
getting ZF/UNITY working again

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