[Git][ghc/ghc][wip/T24359] Wibble old code path
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Fri Nov 29 23:50:54 UTC 2024
Simon Peyton Jones pushed to branch wip/T24359 at Glasgow Haskell Compiler / GHC
Commits:
20a4ac3a by Simon Peyton Jones at 2024-11-29T23:49:07+00:00
Wibble old code path
- - - - -
1 changed file:
- compiler/GHC/HsToCore/Binds.hs
Changes:
=====================================
compiler/GHC/HsToCore/Binds.hs
=====================================
@@ -867,7 +867,7 @@ dsSpec poly_rhs (SpecPrag poly_id spec_co spec_inl)
Left msg -> do { diagnosticDs msg; return Nothing } ;
Right (rule_bndrs, poly_id, rule_lhs_args) ->
finishSpecPrag poly_rhs rule_bndrs poly_id rule_lhs_args
- rule_bndrs core_app spec_inl } }
+ spec_bndrs core_app spec_inl } }
dsSpec poly_rhs (SpecPragE { spe_poly_id = poly_id
, spe_bndrs = bndrs
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/20a4ac3a89eb4ed445fadb744791590c048dc8c9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/20a4ac3a89eb4ed445fadb744791590c048dc8c9
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/20241129/dbbb3730/attachment.html>
More information about the ghc-commits
mailing list