sweet-monads icon indicating copy to clipboard operation
sweet-monads copied to clipboard

Identity monads

Open AlexXanderGrib opened this issue 2 years ago • 2 comments

  • Added identity monad
  • Added tests for identity monad

Caveats

  • Implementation allows multiple parameters (yes, it's not functional style, but convinient. Example - #45)

TODO

  • Docs

AlexXanderGrib avatar Sep 13 '22 21:09 AlexXanderGrib

Hey. Thank you so much for the PR. Unfortunately, I've already implemented it. But, without the coolest mechanism of providing extra arguments by map, chain proposed by you. I want to implement it soon, but in a more general way (not only for Identity). One more time, thank you so much for your activity ^_^

JSMonk avatar Sep 13 '22 21:09 JSMonk

@JSMonk are you going to implement it?

Lonli-Lokli avatar Nov 19 '22 17:11 Lonli-Lokli