doc-src/Intro/bool.thy
author wenzelm
Sat, 29 Nov 2008 17:09:28 +0100
changeset 28907 1a470f95ef18
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Important notes on Mercurial repository access for Isabelle.

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