diff options
Diffstat (limited to 'compiler/rename/RnSource.hs')
| -rw-r--r-- | compiler/rename/RnSource.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnSource.hs b/compiler/rename/RnSource.hs index 98f8005381..bff6694d87 100644 --- a/compiler/rename/RnSource.hs +++ b/compiler/rename/RnSource.hs @@ -2007,7 +2007,7 @@ rnConDecl decl@(ConDeclH98 { con_name = name, con_ex_tvs = ex_tvs                    all_fvs) }}  rnConDecl decl@(ConDeclGADT { con_names   = names -                            , con_forall  = explicit_forall +                            , con_forall  = L _ explicit_forall                              , con_qvars   = qtvs                              , con_mb_cxt  = mcxt                              , con_args    = args  | 
