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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type [<Measure>] m let a = {|a=1<m>|} // ^^^^^^^^^^
the tooling has issue here because there is no space before |}.
|}
FS0010: Unexpected symbol '}' in expression
the workaround:
let a = {|a=1<m> |}
I report the issue because it is a bit inconsistent, it works when no unit of measure is involved, and it works for a nominal record type.
maybe the compiler can accept the code or, tells me that the closing of the anonymous record expression needs to be one space appart in this case.
The text was updated successfully, but these errors were encountered:
edgarfgp
No branches or pull requests
the tooling has issue here because there is no space before
|}
.the workaround:
I report the issue because it is a bit inconsistent, it works when no unit of measure is involved, and it works for a nominal record type.
maybe the compiler can accept the code or, tells me that the closing of the anonymous record expression needs to be one space appart in this case.
The text was updated successfully, but these errors were encountered: