doc-src/Intro/bool.thy
author haftmann
Thu, 16 Sep 2010 16:51:34 +0200
changeset 39473 33638f4883ac
parent 32960 69916a850301
permissions -rw-r--r--
dynamic and static value computation; built-in evaluation of propositions

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