doc-src/Tutorial/Ifexpr/boolex
author wenzelm
Fri, 04 Aug 2000 23:02:11 +0200
changeset 9540 02c51ca9c531
parent 5377 efb799c5ed3c
permissions -rw-r--r--
dummy_patterns moved to term.ML;

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