doc-src/Intro/bool.thy
author wenzelm
Tue, 28 Jul 1998 17:03:12 +0200
changeset 5209 a69fe5a61b6c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
theory_of renamed to theory (and made public);

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