doc-src/Intro/bool.thy
author wenzelm
Fri, 10 Feb 2006 02:22:48 +0100
changeset 19001 64e4b5bc6443
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned comment; moved local syntax to local_syntax.ML; common naming (for abbrevs and thms); transfer: merge consts; tuned pretty_term'; added polymorphic -- special case of generalize; added add_abbrevs(_i); read/cert: expand_consts;

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