doc-src/Intro/bool.thy
author haftmann
Tue, 26 Feb 2008 20:38:15 +0100
changeset 26150 f6bd8686b71e
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
moved some set lemmas from Set.thy here

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