Recognize? Action<Action<<T>> SelectMany<S,T>(Action<Action<<S>> src, Func<S,Action<Action<<T>>> f){ return h=> src(s => f(s)(h));}
-
-
Replying to @headinthebox
@headinthebox SelectMany, but will .NET allow abstraction on the type constructor X => Action<Action<X>>? That's the useful bit after all.1 reply 0 retweets 0 likes -
Replying to @dibblego
@dibblego If you like monad transformers yes.With the http://pattern-based.NET approach you can creatively"reuse"comprehension notation.2 replies 0 retweets 0 likes
Replying to @headinthebox
@headinthebox as an aside, Select/SelectMany on System.Func would be handy.
2:42 AM - 17 Oct 2012
0 replies
0 retweets
0 likes
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.