doc-src/Intro/bool.thy
author paulson
Fri, 13 Jul 2001 18:19:29 +0200
changeset 11421 364088045fa9
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tweaks

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