Typo in type error for lazy patterns
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@cs.uu.nl**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 ")) }
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.7 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | low |
| Resolution | Unresolved |
| Component | Compiler (Type checker) |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | Multiple |
| Architecture | Multiple |