[Git][ghc/ghc][master] Fix typo in GHC.Tc.Solver.Solve.runTcPluginsWanted

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Tue Jan 7 23:17:59 UTC 2025



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
185f17e4 by sheaf at 2025-01-07T18:16:15-05:00
Fix typo in GHC.Tc.Solver.Solve.runTcPluginsWanted
- - - - -


1 changed file:

- compiler/GHC/Tc/Solver/Solve.hs


Changes:

=====================================
compiler/GHC/Tc/Solver/Solve.hs
=====================================
@@ -1432,7 +1432,7 @@ runTcPluginsWanted wc@(WC { wc_simple = simples1 })
        ; wanted <- TcS.zonkSimples simples1    -- Plugin requires zonked inputs
 
        ; traceTcS "Running plugins (" (vcat [ text "Given:" <+> ppr given
-                                            , text "Watned:" <+> ppr wanted ])
+                                            , text "Wanted:" <+> ppr wanted ])
        ; p <- runTcPluginSolvers solvers (given, bagToList wanted)
        ; let (_, solved_wanted)   = pluginSolvedCts p
              (_, unsolved_wanted) = pluginInputCts p



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/185f17e47e72e268496e16e1b6e9df71505a5bbc

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/185f17e47e72e268496e16e1b6e9df71505a5bbc
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/20250107/6f1f4e18/attachment.html>


More information about the ghc-commits mailing list