We wrote a paper a while ago on localizing the source of type errors (https://dl.acm.org/doi/10.1145/3622812) and also conducted a user study. Most of the type error literature uses OCaml examples of faulty programs, but they can be easily adapted to Haskell since they only use the common Hindley-Milner subset. For example, the authors of https://dl.acm.org/doi/10.1145/3138818 shared their dataset of examples that we also used in our paper. But one of the best starting points is the great survey article https://dl.acm.org/doi/10.1145/3344429.3372508 which contains almost 220 references!
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
|
Proposal: An issue tracker for better error messages
|
24 | 2711 | June 13, 2021 | |
| Started with Haskell - And what did I find? | 24 | 5006 | January 23, 2020 | |
|
When is error messages getting improved?
|
9 | 465 | January 31, 2022 | |
| Unsatisfiable: a ghc-proposal for better custom type errors | 0 | 474 | August 11, 2021 | |
| Debugging Haskell Type Errors | 11 | 777 | November 3, 2024 |