doc-src/Intro/bool.thy
author wenzelm
Fri, 27 Feb 2009 16:18:02 +0100
changeset 30144 56ae4893e8ae
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned/unified size_of_term and size_of_typ, eliminated obsolete foldl;

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