doc-src/Intro/bool.thy
author wenzelm
Tue, 28 Aug 2007 19:45:45 +0200
changeset 24464 58d24cbe5fa6
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
TheoremHook: fixed copy-paste mistake;

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