Skip to content
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

Deprecate >> and << in favor of *> and <* #1954

Closed
LukaJCB opened this issue Oct 7, 2017 · 1 comment · Fixed by #1955
Closed

Deprecate >> and << in favor of *> and <* #1954

LukaJCB opened this issue Oct 7, 2017 · 1 comment · Fixed by #1955
Assignees

Comments

@LukaJCB
Copy link
Member

LukaJCB commented Oct 7, 2017

The former two don't really serve a purpose and are strictly the same when the Monad in question is consistent with the type's Applicative.

@tpolecat
Copy link
Member

tpolecat commented Oct 7, 2017

when the Monad in question is consistent with the type's Applicative

i.e., always

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants