doc-src/Tutorial/Ifexpr/boolex
author streckem
Mon, 01 Oct 2001 13:33:49 +0200
changeset 11643 0b3a02daf7fb
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Added axiom e~=This to reflect strengthened precond. in rule LAss

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