doc-src/Intro/bool.thy
author oheimb
Mon, 23 Jul 2001 13:50:23 +0200
changeset 11442 8682a88c3d6a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
slight improvement for iff attribute

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