fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Missing message with type error (FS0001)

Open glchapman opened this issue 1 month ago • 2 comments

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 of

foo expects a seq<'a * 'b * 'c>, but is called with a seq<'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

glchapman avatar Jun 30 '24 18:06 glchapman