[Git][ghc/ghc][wip/T23070-dicts] Remove white space
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Wed May 10 19:53:22 UTC 2023
Simon Peyton Jones pushed to branch wip/T23070-dicts at Glasgow Haskell Compiler / GHC
Commits:
351cb8ac by Simon Peyton Jones at 2023-05-10T20:53:04+01:00
Remove white space
- - - - -
1 changed file:
- compiler/GHC/Tc/Solver/Monad.hs
Changes:
=====================================
compiler/GHC/Tc/Solver/Monad.hs
=====================================
@@ -673,7 +673,7 @@ getUnsolvedInerts
; let unsolved_tv_eqs = foldTyEqs (add_if_unsolved CEqCan) tv_eqs emptyCts
unsolved_fun_eqs = foldFunEqs (add_if_unsolved CEqCan) fun_eqs emptyCts
- unsolved_irreds = foldr (add_if_unsolved CIrredCan) emptyCts irreds
+ unsolved_irreds = foldr (add_if_unsolved CIrredCan) emptyCts irreds
unsolved_dicts = foldDicts (add_if_unsolved CDictCan) idicts emptyCts
; implics <- getWorkListImplics
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/351cb8aceaa174e50079fe6a9fc9168af309b755
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/351cb8aceaa174e50079fe6a9fc9168af309b755
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/20230510/87d0c506/attachment.html>
More information about the ghc-commits
mailing list