File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Polymorphic Class Applicative@{d c} (T : Type@{d} -> Type@{c}) :=
1313}.
1414
1515Module ApplicativeNotation.
16- Notation "f <*> x" := (ap f x) (at level 51, right associativity).
16+ Notation "f <*> x" := (ap f x) (at level 51, left associativity).
1717End ApplicativeNotation.
1818Import ApplicativeNotation.
1919
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ Polymorphic Definition PFunctor_From_Functor@{d c p}
2626Global Existing Instance PFunctor_From_Functor.
2727
2828Module FunctorNotation.
29- Notation "f <$> x" := (@pfmap _ _ _ _ _ f x) (at level 51, right associativity).
29+ Notation "f <$> x" := (@pfmap _ _ _ _ _ f x) (at level 51, left associativity).
3030End FunctorNotation.
You can’t perform that action at this time.
0 commit comments