doc-src/Intro/bool.thy
author berghofe
Sun, 10 Jan 2010 18:03:20 +0100
changeset 34908 d546e75631bb
parent 32960 69916a850301
permissions -rw-r--r--
Added setup for simplification of equality constraints in induction rules.

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