src/Tools/8bit/doc/Set2g.thy
changeset 11390 735bf767833a
parent 11389 55e2aef8909b
child 11391 e8638d07fdee
equal deleted inserted replaced
11389:55e2aef8909b 11390:735bf767833a
     1 consts
       
     2 	Ball	:: "'a set ë ('a ë bool) ë bool"
       
     3 syntax
       
     4 	"GBall"	:: "pttrn ë 'a set ë bool ë bool"	("(3Â_Î_./ _)" 10)
       
     5 translations
       
     6 		"ÂxÎA. P" == "Ball A (³x. P)"
       
     7 defs
       
     8      Ball_def	"Ball A P Ú Âx. xÎA çè P x"
       
     9