doc-src/Intro/bool.thy
author wenzelm
Tue, 24 Mar 2009 13:12:23 +0100
changeset 30700 dc38bb27df50
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
process at-sml-dev last -- takes very long (why?);

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