doc-src/Intro/bool.thy
author wenzelm
Wed, 20 Jan 1999 18:07:34 +0100
changeset 6148 d97a944c6ea3
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
isabelle.in.tum.de;

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