doc-src/Intro/bool.thy
author oheimb
Thu, 31 May 2001 16:50:13 +0200
changeset 11337 9d6d6a8966b9
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added Least_Suc2

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