@Evkob You mean it isn't already?
me
joined 2 years ago
@HumanPerson @Pro True, though we should probably do away with cursor for entirely different reasons.
youtu.be/H2S7PKWaP7c
@ewo As far as I know, it is. That said, sometimes you need to poke membership a few times to get them to respond. It's an SDF tradition, I think.
Maybe worth looking into. I wonder how much shipping to Canada would cost me.
view more: next ›
@mEEGal @ZILtoid1991 Honestly, the best way I've found to understand monads (if we're talking Haskell) is to look at the type signatures of its functions. Understanding
return
,(>>=)
, and(>>)
will essentially tell you everything you need to know.