[commit: ghc] master: TcGenDeriv: Typofix (ff1931e)

git at git.haskell.org git at git.haskell.org
Tue Aug 30 15:07:47 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ff1931e2e56526eae661f9ce384da534ce5a902c/ghc

>---------------------------------------------------------------

commit ff1931e2e56526eae661f9ce384da534ce5a902c
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Tue Aug 30 11:05:14 2016 -0400

    TcGenDeriv: Typofix
    
    I think someone accidentally a word in a Note in TcGenDeriv.


>---------------------------------------------------------------

ff1931e2e56526eae661f9ce384da534ce5a902c
 compiler/typecheck/TcGenDeriv.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcGenDeriv.hs b/compiler/typecheck/TcGenDeriv.hs
index dce0b16..f282733 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.
 



More information about the ghc-commits mailing list