X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Frename%2FRnSource.lhs;h=59ca11b58a490ff8397600a34c1eb4fab004b16b;hb=1664386251c365db7da4bcf500cef190754bc692;hp=028970cfc13a76753fb7dc33d9523f7381147b4c;hpb=f84fa8a30ce2ac0c5aab424fce1234ef4169f445;p=ghc-hetmet.git diff --git a/compiler/rename/RnSource.lhs b/compiler/rename/RnSource.lhs index 028970c..59ca11b 100644 --- a/compiler/rename/RnSource.lhs +++ b/compiler/rename/RnSource.lhs @@ -770,7 +770,6 @@ rnConDeclDetails doc (RecCon fields) ; new_fields <- mappM (rnField doc) fields ; return (RecCon new_fields) } --- Document comments are renamed to Nothing here rnField doc (ConDeclField name ty haddock_doc) = lookupLocatedTopBndrRn name `thenM` \ new_name -> rnLHsType doc ty `thenM` \ new_ty ->