[Git][ghc/ghc][master] Unbreak Haddock comments in `GHC.Core.Opt.WorkWrap.Utils`.
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Aug 24 06:37:24 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
b929063e by M Farkas-Dyck at 2022-08-24T02:37:01-04:00
Unbreak Haddock comments in `GHC.Core.Opt.WorkWrap.Utils`.
Closes #22092.
- - - - -
1 changed file:
- compiler/GHC/Core/Opt/WorkWrap/Utils.hs
Changes:
=====================================
compiler/GHC/Core/Opt/WorkWrap/Utils.hs
=====================================
@@ -136,19 +136,18 @@ the unusable strictness-info into the interfaces.
data WwOpts
= MkWwOpts
- -- | Environment of type/data family instances
- { wo_fam_envs :: !FamInstEnvs
- -- | Options for the "Simple optimiser"
- , wo_simple_opts :: !SimpleOpts
- -- | Whether to enable "Constructed Product Result" analysis.
- -- (Originally from DOI: 10.1017/S0956796803004751)
- , wo_cpr_anal :: !Bool
- -- | Used for absent argument error message
- , wo_module :: !Module
- -- | Generate workers even if the only effect is some args get passed
- -- unlifted. See Note [WW for calling convention]
- , wo_unlift_strict :: !Bool
- }
+ { -- | Environment of type/data family instances
+ wo_fam_envs :: !FamInstEnvs
+ , -- | Options for the "Simple optimiser"
+ wo_simple_opts :: !SimpleOpts
+ , -- | Whether to enable "Constructed Product Result" analysis.
+ -- (Originally from DOI: 10.1017/S0956796803004751)
+ wo_cpr_anal :: !Bool
+ , -- | Used for absent argument error message
+ wo_module :: !Module
+ , -- | Generate workers even if the only effect is some args get passed
+ -- unlifted. See Note [WW for calling convention]
+ wo_unlift_strict :: !Bool }
type WwResult
= ([Demand], -- Demands for worker (value) args
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b929063ec5473fc36fe3976ff0eb8064a2d2fc3d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b929063ec5473fc36fe3976ff0eb8064a2d2fc3d
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220824/f2265f8c/attachment-0001.html>
More information about the ghc-commits
mailing list