Posts tagged 'reflection'

June 7, 2012

F# - Compiling lambda expressions

Ever tried to compile a lambda expression in F# into an internal delegate type? Well, if you actually did you will know it does not work as you probably would expect.
Index