doc-src/Intro/bool.thy
author wenzelm
Tue, 18 Oct 2005 17:59:25 +0200
changeset 17892 62c397c17d18
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Simplifier.theory_context;

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