doc-src/Intro/bool.thy
author wenzelm
Thu, 23 Jul 2009 16:53:00 +0200
changeset 32146 4937d9836824
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
paramify_vars: Term_Subst.map_atypsT_same recovered coding conventions of this module;

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