doc-src/Intro/bool.thy
author lcp
Sat, 19 Mar 1994 03:01:25 +0100
changeset 284 1072b18b2caa
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
First draft of Springer book

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