[commit: ghc] master: Comments only (34c9523)

git at git.haskell.org git at git.haskell.org
Wed Feb 17 14:37:01 UTC 2016


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

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

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

commit 34c95239fd0e59f3b6226590381c5f0599e6c703
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Feb 17 09:20:41 2016 +0000

    Comments only


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

34c95239fd0e59f3b6226590381c5f0599e6c703
 compiler/typecheck/TcDeriv.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcDeriv.hs b/compiler/typecheck/TcDeriv.hs
index 20e8fab..56772f2 100644
--- a/compiler/typecheck/TcDeriv.hs
+++ b/compiler/typecheck/TcDeriv.hs
@@ -641,7 +641,7 @@ deriveTyData tvs tc tc_args deriv_pred
                 --  (c) The type class args, or remaining tycon args,
                 --      do not mention any of the dropped type variables
                 --              newtype T a s = ... deriving( ST s )
-                --              newtype K a a = ... deriving( Monad )
+                --              newtype instance K a a = ... deriving( Monad )
 
         ; spec <- mkEqnHelp Nothing tkvs
                             cls final_cls_tys tc final_tc_args Nothing



More information about the ghc-commits mailing list