Recognize? Action<Action<<T>> SelectMany<S,T>(Action<Action<<S>> src, Func<S,Action<Action<<T>>> f){ return h=> src(s => f(s)(h));}
@headinthebox SelectMany, but will .NET allow abstraction on the type constructor X => Action<Action<X>>? That's the useful bit after all.
-
-
@dibblego If you like monad transformers yes.With the http://pattern-based.NET approach you can creatively"reuse"comprehension notation. -
@headinthebox Nothing to do with transformers. I just want e.g. a type for this expression: f => from aa in a; bb in b; select f(aa, bb)
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.