doc-src/Tutorial/Ifexpr/boolex
author berghofe
Wed, 07 Aug 2002 16:50:08 +0200
changeset 13471 aed3aef2a0ca
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Removed (now unneeded) declaration of realizer for induction on datatype b.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5377
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     1
datatype boolex = Const bool | Var nat
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     2
                | Neg boolex | And boolex boolex