doc-src/Intro/bool.thy
author paulson
Tue, 18 Dec 2001 17:15:41 +0100
changeset 12541 c6e454ec501c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
new type definition figure

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