doc-src/Intro/bool.thy
author krauss
Sun, 09 May 2010 15:28:44 +0200
changeset 36773 acb789f3936b
parent 32960 69916a850301
permissions -rw-r--r--
do not redeclare [simp] rules, to avoid "duplicate rewrite rule" warnings

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