The Haskell Error Index Lassi Kortela (01 Jul 2024 12:51 UTC)
Re: The Haskell Error Index Stephen De Gabrielle (01 Jul 2024 13:08 UTC)
Re: The Haskell Error Index Arthur A. Gleckler (01 Jul 2024 13:32 UTC)
Re: The Haskell Error Index Jakub T. Jankiewicz (01 Jul 2024 16:33 UTC)
Re: The Haskell Error Index Arthur A. Gleckler (01 Jul 2024 16:45 UTC)
Re: The Haskell Error Index Lassi Kortela (02 Jul 2024 09:31 UTC)
Re: The Haskell Error Index Maxim (05 Jul 2024 16:10 UTC)
Re: The Haskell Error Index Lassi Kortela (08 Jul 2024 11:14 UTC)

The Haskell Error Index Lassi Kortela 01 Jul 2024 12:51 UTC

This looks like a good idea:

https://errors.haskell.org/

https://github.com/haskellfoundation/error-message-index

They are trying to make baffling error messages intelligible by
providing examples and explaining some background.

Maybe we should establish errors.scheme.org at some point. Just noting
this down for the future.

My favorite Scheme error message is "Operator is not a procedure". I
nominate it as our equivalent of Unix's infamous "Invalid argument". In
both cases, the root cause can be pretty much anything.