doc-src/Intro/bool.thy
author nipkow
Thu, 12 Nov 1998 16:45:40 +0100
changeset 5851 15ce4c1c8313
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
New section on advanced datatypes.

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