doc-src/Intro/bool.thy
author blanchet
Tue, 20 Mar 2012 10:06:35 +0100
changeset 47039 1b36a05a070d
parent 32960 69916a850301
permissions -rw-r--r--
added "metis_advisory_simp" option to orient as many equations as possible in Metis the right way (cf. "More SPASS with Isabelle")

Bool = FOL +
types   bool 0
arities bool    :: term
consts tt,ff    :: "bool"
end