doc-src/Tutorial/Ifexpr/boolex
author paulson
Mon, 08 Mar 2004 11:11:58 +0100
changeset 14442 04135b0c06ff
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new theory of infinite sets

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