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

Add =>= and =<= Haskell comonadic composition ligatures #1016

Closed
anon476 opened this issue Apr 29, 2020 · 2 comments
Closed

Add =>= and =<= Haskell comonadic composition ligatures #1016

anon476 opened this issue Apr 29, 2020 · 2 comments
Milestone

Comments

@anon476
Copy link

anon476 commented Apr 29, 2020

For binds, you already have the comonadic dual covered.
>>= <-> =>>
=<< <-> <<=
But, monadic compositions are lonely.
>=> <-> =>=
<=< <-> =<=

The latter is especially weird because the <= renders as less than or equal to. Please implement comonadic composition operators =>= and =<=.

@tonsky tonsky changed the title Haskell comonadic composition ligatures Add =>= and =<= Haskell comonadic composition ligatures Apr 29, 2020
@tonsky tonsky added this to the 4 milestone Apr 29, 2020
@tonsky
Copy link
Owner

tonsky commented Apr 29, 2020

Thanks! Will add

@tonsky
Copy link
Owner

tonsky commented May 18, 2020

Done in v4

@tonsky tonsky closed this as completed May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants