src/Tools/8bit/doc/Set2.thy
author paulson
Tue, 20 Aug 1996 17:46:24 +0200
changeset 1929 f0839bab4b00
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
Working version of NS, messages 1-3, WITH INTERLEAVING

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"