doc-src/Tutorial/Ifexpr/normal
author nipkow
Mon, 23 Aug 1999 09:36:05 +0200
changeset 7318 768fab6dae74
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Corrected two busg in the simplifier.

consts normal :: ifex => bool
primrec
"normal(CIF b) = True"
"normal(VIF x) = True"
"normal(IF b t e) = (normal t & normal e &
      (case b of CIF b => True | VIF x => True | IF x y z => False))"