summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2016-08-30 11:05:14 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2016-08-30 11:05:14 -0400
commitff1931e2e56526eae661f9ce384da534ce5a902c (patch)
tree2c94b05527d2770f5ed64bc11284137d49cb49e9
parent044e81b488bfa454ab0d6927f662bfd0ffe78538 (diff)
downloadhaskell-ff1931e2e56526eae661f9ce384da534ce5a902c.tar.gz
TcGenDeriv: Typofix
I think someone accidentally a word in a Note in TcGenDeriv.
-rw-r--r--compiler/typecheck/TcGenDeriv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcGenDeriv.hs b/compiler/typecheck/TcGenDeriv.hs
index dce0b166e5..f282733b6a 100644
--- a/compiler/typecheck/TcGenDeriv.hs
+++ b/compiler/typecheck/TcGenDeriv.hs
@@ -2197,7 +2197,7 @@ coercing from. So from, say,
) :: a -> [T x] -> Int
Notice that we give the 'coerce' call two type signatures: one to
-fix the of the inner call, and one for the expected type. The outer
+fix the type of the inner call, and one for the expected type. The outer
type signature ought to be redundant, but may improve error messages.
The inner one is essential to fix the type at which 'op' is called.