Missing message with type error (FS0001) #17373
Labels
Area-Diagnostics
mistakes and possible improvements to diagnostics
Bug
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
Regression
Milestone
Building (
dotnet build
) the attached project prints at the console an error FS0001 with a location in Program.fs, but does not print an message informative message. I would expect a message along the lines offoo expects a
seq<'a * 'b * 'c>
, but is called with aseq<'a * 'b>
I'm using compiler version 12.8.300.0 for F# 8.0. The product version of fsc.exe is "12.8.300-beta.24228.1+dd749058c91585e9b5dae62b0f8df892429ee28f"
errmsg.zip
The text was updated successfully, but these errors were encountered: