src/Tools/8bit/doc/Set2_a.thy
author wenzelm
Mon, 30 Aug 1999 14:11:47 +0200
changeset 7391 b7ca64c8fa64
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
'iff' attribute;

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"