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

Kleisli is defined in base #47

Closed
aspiwack opened this issue Aug 8, 2019 · 0 comments · Fixed by #49
Closed

Kleisli is defined in base #47

aspiwack opened this issue Aug 8, 2019 · 0 comments · Fixed by #49
Assignees

Comments

@aspiwack
Copy link
Member

aspiwack commented Aug 8, 2019

We redefined Kleisli for the sake of lenses. Considering that it is essentially used internally, it didn't matter, if it would spare a dependency.

However, as it happens, Kleisli is defined in `base. So we should use that one instead (or non-linear Kleisli, of course, the linear has to stay).

b-mehta added a commit that referenced this issue Aug 8, 2019
b-mehta pushed a commit that referenced this issue Aug 8, 2019
Use Kleisli arrows from base (#47)
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 a pull request may close this issue.

2 participants