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.