Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
99cb627a
Commit
99cb627a
authored
Feb 09, 2016
by
Ben Gamari
🐢
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TcPatSyn: Fix spelling of "pattern" in error message
parent
c8702e30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compiler/typecheck/TcPatSyn.hs
compiler/typecheck/TcPatSyn.hs
+1
-1
No files found.
compiler/typecheck/TcPatSyn.hs
View file @
99cb627a
...
...
@@ -362,7 +362,7 @@ addPatSynCtxt (L loc name) thing_inside
wrongNumberOfParmsErr
::
Name
->
Arity
->
Arity
->
SDoc
wrongNumberOfParmsErr
name
decl_arity
ty_arity
=
hang
(
text
"Patten synonym"
<+>
quotes
(
ppr
name
)
<+>
ptext
(
sLit
"has"
)
=
hang
(
text
"Patte
r
n synonym"
<+>
quotes
(
ppr
name
)
<+>
ptext
(
sLit
"has"
)
<+>
speakNOf
decl_arity
(
text
"argument"
))
2
(
text
"but its type signature has"
<+>
speakN
ty_arity
)
...
...
mfox
@trac-mfox
mentioned in issue
#11569 (closed)
·
Feb 12, 2016
mentioned in issue
#11569 (closed)
mentioned in issue #11569
Toggle commit list
Write
Preview
Markdown
is supported
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