[Git][ghc/ghc][wip/T23109] Wibble

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Thu Aug 10 10:41:34 UTC 2023



Simon Peyton Jones pushed to branch wip/T23109 at Glasgow Haskell Compiler / GHC


Commits:
f18c7a4b by Simon Peyton Jones at 2023-08-10T11:41:20+01:00
Wibble

- - - - -


1 changed file:

- compiler/GHC/Tc/Instance/Class.hs


Changes:

=====================================
compiler/GHC/Tc/Instance/Class.hs
=====================================
@@ -62,7 +62,6 @@ import GHC.Unit.Module.Warnings
 import GHC.Hs.Extension
 
 import Language.Haskell.Syntax.Basic (FieldLabelString(..))
-import GHC.Types.Id.Info
 import GHC.Tc.Errors.Types
 import Control.Monad
 
@@ -423,7 +422,7 @@ makeLitDict clas lit_ty lit_expr
              ev_tm   = EvExpr (Let (NonRec dfun_id dfun_rhs) (Var dfun_id))
        ; return $ OneInst { cir_new_theta   = []
                           , cir_mk_ev       = \_ -> ev_tm
-                          , cir_coherence   = True
+                          , cir_canonical   = True
                           , cir_what        = BuiltinInstance } }
 
     | otherwise



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f18c7a4b763f05e0cb89fae754919c99f84763a2
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/20230810/9f5a71ae/attachment.html>


More information about the ghc-commits mailing list