doc-src/Intro/bool.thy
author wenzelm
Thu, 05 Mar 2009 00:16:28 +0100
changeset 30268 5af6ed62385b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed document;

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