Skip to content

Commit

Permalink
Use <#>! instead of <&>! for flipped map
Browse files Browse the repository at this point in the history
  • Loading branch information
masaeedu committed Jun 29, 2019
1 parent b00ce9f commit efee4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snap/SYTC/Component.purs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ infixl 4 map as <$>!
mapFlipped :: forall m u s a b. Cmp m a s u -> (a -> b) -> Cmp m b s u
mapFlipped = flip map

infixr 4 mapFlipped as <&>!
infixr 4 mapFlipped as <#>!

apply :: forall m u s a b. Cmp m (a -> b) s u -> Cmp m a s u -> Cmp m b s u
apply = lift2 ($)
Expand Down

0 comments on commit efee4c0

Please sign in to comment.