fuzion icon indicating copy to clipboard operation
fuzion copied to clipboard

revisit `monad.bind` type parameters

Open fridis opened this issue 1 year ago • 0 comments

Currently, there is no monad.bind. There is a outcome.bind, but this a monad.infix >>=~, but this is not implemented by monads like outcome and it has some drawbacks: the type parameter MB is not constraint by monad and due to poor type inference (#3812), this cannot be used as an infix operator.

fridis avatar Sep 18 '24 15:09 fridis