doc-src/Intro/bool.thy
author nipkow
Fri, 06 Oct 1995 11:20:04 +0100
changeset 1270 e3a391e848a9
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added dependency on Eta

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