Netjs icon indicating copy to clipboard operation
Netjs copied to clipboard

Compilation fails for F# types

Open liammclennan opened this issue 10 years ago • 0 comments

I attempted the simplest possible F# compilation:

namespace FSharpTypes2

type Class1() = 
    member this.X = "F#"

it fails with "Unknown JS constructor"

liammclennan avatar Sep 06 '14 01:09 liammclennan