Ticket #1411 (closed bug: fixed)
Typo in type error for lazy patterns
Description
There's a small typo in one of the type-error messages for lazy patterns. I've attached a patch that fixes it.
[Corrected typo in compiler/typecheck/TcPat.lhs: stefan@…**20070601054931
- connot ===> cannot
] { hunk ./compiler/typecheck/TcPat.lhs 958 - hang (ptext SLIT("A lazy (~) pattern connot bind existential type variables ")) + hang (ptext SLIT("A lazy (~) pattern cannot bind existential type variables ")) }
Change History
Note: See
TracTickets for help on using
tickets.
