Skip to content

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

Description

@anon476

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 =<=.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions