changeset 1826 | 2a2c0dbeb4ac |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/8bit/doc/Set2_g.thy Tue Jun 25 17:44:43 1996 +0200 @@ -0,0 +1,9 @@ +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" +