You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repros back to F# 3.0 at least. Compiles fine, but throws at runtime.
<@<@@100@@>@>
System.ArgumentException: Type mismatch when building 'expr': the expression has the wrong type. Expected 'Microsoft.FSharp.Quotations.FSharpExpr', but received type 'Microsoft.FSharp.Quotations.FSharpExpr`1[System.Int32]'.
Parameter name: receivedType
at Microsoft.FSharp.Quotations.PatternsModule.checkTypesSR[a](Type expectedType, Type receivedType, a name, String threeHoleSR)
at Microsoft.FSharp.Quotations.PatternsModule.cast[T](FSharpExpr expr)
at <StartupCode$FSI_0002>.$FSI_0002.main@()
The text was updated successfully, but these errors were encountered:
This repros back to F# 3.0 at least. Compiles fine, but throws at runtime.
The text was updated successfully, but these errors were encountered: