diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2016-02-17 09:20:41 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2016-02-17 14:38:27 +0000 |
commit | 34c95239fd0e59f3b6226590381c5f0599e6c703 (patch) | |
tree | 0e15d851f7cf390b17ba072dbf41674e25733796 | |
parent | 6f25fb32d16f716c8e0da4ba950f2ff90b272108 (diff) | |
download | haskell-34c95239fd0e59f3b6226590381c5f0599e6c703.tar.gz |
Comments only
-rw-r--r-- | compiler/typecheck/TcDeriv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcDeriv.hs b/compiler/typecheck/TcDeriv.hs index 20e8fab5ea..56772f2b1a 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 |