make op -->> infixr, to match op --->
authorhuffman
Wed, 27 Oct 2010 11:06:53 -0700
changeset 40217 656bb85f01ab
parent 40216 366309dfaf60
child 40218 f7d4d023a899
make op -->> infixr, to match op --->
src/HOLCF/Tools/holcf_library.ML
--- a/src/HOLCF/Tools/holcf_library.ML	Tue Oct 26 14:19:59 2010 -0700
+++ b/src/HOLCF/Tools/holcf_library.ML	Wed Oct 27 11:06:53 2010 -0700
@@ -8,7 +8,7 @@
 struct
 
 infixr 6 ->>;
-infix -->>;
+infixr -->>;
 infix 9 `;
 
 (*** Operations from Isabelle/HOL ***)