Improve HsBang
Provoked by questions from Johan - Improve comments, fix misleading stuff - Add commented synonyms for HsSrcBang, HsImplBang, and use them throughout - Rename HsUserBang to HsSrcBang - Rename dataConStrictMarks to dataConSrcBangs dataConRepBangs to dataConImplBangs This renaming affects Haddock in a trivial way, hence submodule update (cherry picked from commit 9564bb8c)
Showing
- compiler/basicTypes/DataCon.hs 67 additions, 38 deletionscompiler/basicTypes/DataCon.hs
- compiler/basicTypes/MkId.hs 15 additions, 15 deletionscompiler/basicTypes/MkId.hs
- compiler/deSugar/DsMeta.hs 3 additions, 3 deletionscompiler/deSugar/DsMeta.hs
- compiler/hsSyn/Convert.hs 2 additions, 2 deletionscompiler/hsSyn/Convert.hs
- compiler/hsSyn/HsTypes.hs 5 additions, 5 deletionscompiler/hsSyn/HsTypes.hs
- compiler/iface/BuildTyCl.hs 1 addition, 1 deletioncompiler/iface/BuildTyCl.hs
- compiler/iface/MkIface.hs 3 additions, 3 deletionscompiler/iface/MkIface.hs
- compiler/main/GHC.hs 1 addition, 1 deletioncompiler/main/GHC.hs
- compiler/parser/Parser.y 5 additions, 5 deletionscompiler/parser/Parser.y
- compiler/typecheck/TcExpr.hs 1 addition, 1 deletioncompiler/typecheck/TcExpr.hs
- compiler/typecheck/TcRnDriver.hs 1 addition, 1 deletioncompiler/typecheck/TcRnDriver.hs
- compiler/typecheck/TcSplice.hs 8 additions, 8 deletionscompiler/typecheck/TcSplice.hs
- compiler/typecheck/TcTyClsDecls.hs 5 additions, 5 deletionscompiler/typecheck/TcTyClsDecls.hs
- compiler/vectorise/Vectorise/Type/TyConDecl.hs 1 addition, 1 deletioncompiler/vectorise/Vectorise/Type/TyConDecl.hs
- utils/haddock 1 addition, 1 deletionutils/haddock
Loading
Please register or sign in to comment