calling F# functions from C# and getting null reference exceptions
I'm using Visual Studio 2008 with the October 2009 F# CTP installed. I'm trying to call some F# code from my C# program. Most types of F# functions seem to work, but some are not getting initialized in F# and are throwing NullReferenceExceptions. The ones doing this are closures and partially applied functions, i.e. things that appear...