doc-src/Intro/bool.thy
author ballarin
Tue, 29 Sep 2009 22:15:54 +0200
changeset 32804 ca430e6aee1c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Propagation of mixins for interpretation; reactivated diagnostic command print_interps.

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