doc-src/Intro/bool.thy
author wenzelm
Thu, 27 Jul 2006 23:28:23 +0200
changeset 20239 620a3f297072
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
declare_term_names: cover types as well; removed unused zero_var_indexesT; tuned;

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