doc-src/Intro/bool.thy
author clasohm
Tue, 24 Oct 1995 14:45:35 +0100
changeset 1294 1358dc040edb
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added calls of init_html and make_chart; added usage of qed

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