doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Wed, 01 Sep 1999 21:16:23 +0200
changeset 7416 a98963d70f81
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Thm.def_name;

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