doc-src/Intro/bool.thy
author wenzelm
Tue, 18 Oct 2005 17:59:29 +0200
changeset 17896 66902148c436
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
functor: no Simplifier argument; Simplifier.theory_context;

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