doc-src/Tutorial/Ifexpr/normal
author wenzelm
Tue, 23 Oct 2001 22:54:01 +0200
changeset 11911 6533ceee4cd7
parent 5377 efb799c5ed3c
permissions -rw-r--r--
build option enables most basic browser info (for proper recording of session);

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))"