Skip to content

Add @> #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2021
Merged

Add @> #229

merged 2 commits into from
Oct 3, 2021

Conversation

ocharles
Copy link
Collaborator

Fixes #227

@@ -295,7 +295,7 @@ switchB b = liftMoment . M . fmap B . Prim.switchB (unB b) . Prim.mapE (unB) . u
{-----------------------------------------------------------------------------
Derived Combinators
------------------------------------------------------------------------------}
infixl 4 <@>, <@
infixl 4 <@>, <@, @>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I chose infixl 4, as that matches $> and *>.

Copy link
Collaborator

@mitchellwrosen mitchellwrosen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HeinrichApfelmus HeinrichApfelmus merged commit f39cbd9 into master Oct 3, 2021
Copy link
Owner

@HeinrichApfelmus HeinrichApfelmus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me as well, thanks!

@mitchellwrosen mitchellwrosen deleted the @> branch October 3, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add @>
3 participants