We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As of now, using a non-exhaustive pattern in a lambda returns the following error message
carp: src/Qualify.hs:220:55-108: Non-exhaustive patterns in lambda
With zero indication of where the offending lambda is located in code, unlike other compile time error messages.