src/Tools/8bit/doc/Set2_g.thy
author wenzelm
Wed, 05 Apr 2000 21:05:20 +0200
changeset 8672 1f51c411da5a
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
induct/case_tac emulation: optional rule; add_cases_induct: fixed case names;

consts
	Ball	:: "'a set ë ('a ë bool) ë bool"
syntax
	"®Ball"	:: "pttrn ë 'a set ë bool ë bool"	("(3Â_Î_./ _)" 10)
translations
		"ÂxÎA. P" == "Ball A (³x. P)"
defs
     Ball_def	"Ball A P Ú Âx. xÎA çè P x"