doc-src/Tutorial/Ifexpr/boolex
author paulson
Tue, 28 May 2002 11:06:06 +0200
changeset 13183 c7290200b3f4
parent 5377 efb799c5ed3c
permissions -rw-r--r--
conversion of IntDiv.thy to Isar format

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