Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
ffd34380
Commit
ffd34380
authored
Jun 05, 2007
by
Ian Lynagh
Browse files
Typo, spotted by Stefan Holdermans
parent
24509440
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcPat.lhs
View file @
ffd34380
...
...
@@ -955,7 +955,7 @@ badTypePat pat = ptext SLIT("Illegal type pattern") <+> ppr pat
lazyPatErr pat tvs
= failWithTc $
hang (ptext SLIT("A lazy (~) pattern c
o
nnot bind existential type variables"))
hang (ptext SLIT("A lazy (~) pattern c
a
nnot bind existential type variables"))
2 (vcat (map pprSkolTvBinding tvs))
nonRigidMatch con
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment