[Git][ghc/ghc][wip/par-simpl] Fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Nov 16 17:54:00 UTC 2022
Matthew Pickering pushed to branch wip/par-simpl at Glasgow Haskell Compiler / GHC
Commits:
40984f3c by Matthew Pickering at 2022-11-16T17:53:55+00:00
Fix
- - - - -
1 changed file:
- compiler/GHC/Core/Opt/Simplify/Monad.hs
Changes:
=====================================
compiler/GHC/Core/Opt/Simplify/Monad.hs
=====================================
@@ -7,7 +7,7 @@
module GHC.Core.Opt.Simplify.Monad (
-- The monad
- TopEnvConfig(..), SimplM,
+ TopEnvConfig(..),
SimplM(unSM, SM'), SimplTopEnv(..),
initSmpl, traceSmpl,
getSimplRules,
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/40984f3cbb8d9772c982ab8b6601ccc8a541323f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/40984f3cbb8d9772c982ab8b6601ccc8a541323f
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/20221116/58cbc580/attachment.html>
More information about the ghc-commits
mailing list