doc-src/Intro/bool.thy
author nipkow
Wed, 26 Aug 1998 16:57:49 +0200
changeset 5375 1463e182c533
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
The HOL tutorial.

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