doc-src/Intro/bool.thy
author nipkow
Sat, 13 May 1995 14:08:24 +0200
changeset 1121 485b49694253
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added some lemmas about r^*.

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