src/Tools/8bit/doc/Set2g.thy
author wenzelm
Tue, 12 Oct 1999 19:14:06 +0200
changeset 7838 5aca258fedcf
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
a4paper;

consts
	Ball	:: "'a set ë ('a ë bool) ë bool"
syntax
	"GBall"	:: "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"