Add Haskell bind operators >>= and =<<
See original GitHub issueHi Killman and friends,
Really appreciate your effort of bringing ligatures to Operator Mono!
If possible, would you kindly add support for the Haskell bind (>>=
) and reverse bind (=<<
) operators?
Currently >>=
would be rendered as >≥
, which is sort of weird.
Although =<<
works fine, it might be nice to add it too, for the sake of symmetry if >>=
could be fixed.
Thank you so much and happy holidays!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
A Gentle Introduction to Haskell: About Monads
The Monad class defines two basic operators: >>= (bind) and return. ... The bind operations, >> and >>=, combine two monadic values while...
Read more >Haskell Monad bind operator confusion - Stack Overflow
A Monad consists of two interrelated functions: bind and unit. Bind takes a non-composable function f and returns a new function g that...
Read more >What is a Haskell monad? - Educative.io
We use a bind operator >>= to write code in Haskell. It has the same function as a map function when used with...
Read more >Haskell/do notation - Wikibooks, open books for an open world
Contents · 1 Translating the then operator · 2 Translating the bind operator. 2.1 The fail method · 3 Example: user-interactive program ·...
Read more >In Haskell, what is the difference between the fish operator ...
Bind is application of 1 monadic function to its monadic argument again with swapped order. λ> :t (>>=). (>>=) :: Monad m ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks. I have some time off during the Christmas break. I’m going to work on cleaning up and adding additional ligatures.
These ligatures have been pushed to new branch features/contextsubst
NOTE: I only have the Operator Mono SSm Book and Book Italic fonts. This update was mainly to test the new build process.