doc-src/Intro/bool.thy
author berghofe
Thu, 11 Jul 2002 16:57:14 +0200
changeset 13349 7d4441c8c46a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added "using" to the beginning of original newman proof again, because it was lost during last update; renamed second version of newman to newman' (this allows for a comparison of the primitive proof objects, for example).

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