doc-src/Tutorial/Ifexpr/boolex
author schirmer
Thu, 15 Apr 2004 09:33:12 +0200
changeset 14567 03a827b7dbe8
parent 5377 efb799c5ed3c
permissions -rw-r--r--
bugfix in xsymbols_output

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