doc-src/Intro/bool.thy
author hoelzl
Tue, 04 May 2010 18:05:22 +0200
changeset 36648 43b66dcd9266
parent 32960 69916a850301
permissions -rw-r--r--
Add Convex to Library build

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