0
kicks
Converting System.Func<T1..TN> to FSharpFunc<T,TResult>
Interop of delegate style types between F# and other .Net languages is a pain point that results from a fundamental difference in how delegates are represented in the F# language. Typical .Net languages like C# see a delegate as taking 0 to N parameters...