doc-src/Intro/bool.thy
author wenzelm
Tue, 21 Nov 2006 20:48:11 +0100
changeset 21450 f16c9e6401d1
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
theorem(_i): note assms of statement;

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