doc-src/Tutorial/Ifexpr/normal
author ballarin
Mon, 10 Mar 2003 17:25:34 +0100
changeset 13854 91c9ab25fece
parent 5377 efb799c5ed3c
permissions -rw-r--r--
First distributed version of Group and Ring theory.

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