Ricardo Sanchez
Ricardo Sanchez
Hi, having a `.Map` doesn't make an object to be a monad, only a functor. I think the `.Map` can be a handy alias of `.ToResult`. @altmann what do you...
Ok, `.Map` functions normally map the value of the structure into a new value. A function called `.Bind` or `.FlatMap`, or `.Then` or `.AndThen`. If you come from Haskell, `.Map`...
I have already 2 projects using the `.Bind` method. Before this, we were treating the Result in similar way as golang treat errors, it was too pattern-y imperative handling of...
```c# public Result Bind(Func valueConverter) ``` The name is debatable, since there is the `ToResult` method, maybe `BindResult` or `ToFlatResult`. The idea is simple, be able to call functions that...
is somebody still interesting on this? maybe working on this? or is everybody happy with affjax? is there any advantage of adding jquery ajax? If there is somebody interested on...