doc-src/Intro/bool.thy
author nipkow
Fri, 29 Jul 1994 15:32:17 +0200
changeset 500 0842a38074e7
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
some small simplifications

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