doc-src/Intro/bool.thy
author hoelzl
Thu, 02 Dec 2010 16:45:28 +0100
changeset 40887 ee8d0548c148
parent 32960 69916a850301
permissions -rw-r--r--
Prove rel_interior_convex_hull_union (by Grechuck Bogdan).

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