-
Notifications
You must be signed in to change notification settings - Fork 831
Closed
Description
This line now produces an error (despite the project actually building fine):
fsharp/src/fsharp/absil/illib.fs
Line 1157 in 4ee2816
| member x.Values = contents.Values |> List.concat |
It probably happens due to a recent Map change in FSharp.Core. I thought we were trying to be able to use the released FSharp.Core package in FCS, so this error is unexpected. It's also interesting why the project builds (i.e. what FSharp.Core it actually uses?) and why the tooling behaves differently?
Metadata
Metadata
Assignees
Labels
No labels

