let x: int * int * int = 1, ""

We're trying to use the type info reported in the error and in this case it works in an unexpected way.
It would be better to have an instance of FSharpType contained in the error somehow but until it's not implemented it'd be good to report the correct type.
We're trying to use the type info reported in the error and in this case it works in an unexpected way.
It would be better to have an instance of
FSharpTypecontained in the error somehow but until it's not implemented it'd be good to report the correct type.