stevehv

Results 3 comments of stevehv

Owing to some sleep deprivation the problematic F# code was not what I originally thought it was. I have updated the original issue so that it is now reproducible, apologies...

``` MyNamespace.MyModule.MyRecordD.Overloads AttributeError: type object 'MyModule' has no attribute 'MyRecordD' ``` System.Reflection ``dll.GetType("MyNamespace.MyModule+MyRecordD`1"))`` seems to work ok, but doing every function call using reflection makes code unreadable.

I am experiencing the same problem with Suave 2.2.1 and WebSharper 4.1.5.205. Is there any information on a fix or workaround? edit: Same problem on Suave 2.3.0-beta3. It seems that...