Added the missing syntax file
authorCezary Kaliszyk <kaliszyk@in.tum.de>
Thu, 11 Feb 2010 14:02:34 +0100
changeset 1130 fb5f5735a426
parent 1129 9a86f0ef6503
child 1131 95e587907728
Added the missing syntax file
Quot/Quotient_Syntax.thy
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Quot/Quotient_Syntax.thy	Thu Feb 11 14:02:34 2010 +0100
@@ -0,0 +1,14 @@
+header {* Pretty syntax for Quotient operations *}
+
+(*<*)
+theory Quotient_Syntax
+imports Quotient
+begin
+
+notation
+  rel_conj (infixr "OOO" 75) and
+  fun_map (infixr "--->" 55) and
+  fun_rel (infixr "===>" 55)
+
+end
+(*>*)