We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
module rec
This snippet fails to compile:
[<JavaScript>] module rec RecTest = do printfn "%d" (X().x()) type X() = member this.x() = 1
Inner error thrown during F# parsing: Enclosing entity not found for ( doval@12 )
Enclosing entity not found for ( doval@12 )
The text was updated successfully, but these errors were encountered:
#1287 fix F# recursive values
4e566b1
Jand42
No branches or pull requests
This snippet fails to compile:
Inner error thrown during F# parsing:
Enclosing entity not found for ( doval@12 )
The text was updated successfully, but these errors were encountered: