[Git][ghc/ghc][wip/T17656] Fix unused binding
Simon Peyton Jones
gitlab at gitlab.haskell.org
Thu Dec 10 08:40:46 UTC 2020
Simon Peyton Jones pushed to branch wip/T17656 at Glasgow Haskell Compiler / GHC
Commits:
da9cab26 by Simon Peyton Jones at 2020-12-10T08:40:08+00:00
Fix unused binding
- - - - -
1 changed file:
- compiler/GHC/Tc/Solver.hs
Changes:
=====================================
compiler/GHC/Tc/Solver.hs
=====================================
@@ -1773,7 +1773,6 @@ solveImplication :: Implication -- Wanted
-- which after trying to solve this implication we must restore to their original value
solveImplication imp@(Implic { ic_tclvl = tclvl
, ic_binds = ev_binds_var
- , ic_skols = skols
, ic_given = given_ids
, ic_wanted = wanteds
, ic_info = info
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/da9cab26faedb886de0b563f293a15b8bd9b6c21
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/da9cab26faedb886de0b563f293a15b8bd9b6c21
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/20201210/bac71d12/attachment-0001.html>
More information about the ghc-commits
mailing list