Inconsistent type formatting in type mismatch error message
Open
Area-Diagnostics
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
Here the expected type is formatted with the C#-style `Option`, but the actual type is formatted with OCaml-style `option int`, which makes reading such errors harder than it should be:

Contributor guide
Assessment
This issue has not been assessed yet.