doc-src/Intro/bool.thy
author wenzelm
Tue, 16 Sep 2008 14:39:56 +0200
changeset 28237 f1fc11c73569
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
check setting and tool; added file;

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