[Git][ghc/ghc][wip/zap-coercions] Fix haddock

Ben Gamari gitlab at gitlab.haskell.org
Sat Mar 28 03:26:54 UTC 2020



Ben Gamari pushed to branch wip/zap-coercions at Glasgow Haskell Compiler / GHC


Commits:
9a576de4 by Ben Gamari at 2020-03-27T23:26:46-04:00
Fix haddock

- - - - -


1 changed file:

- compiler/GHC/Core/Coercion.hs


Changes:

=====================================
compiler/GHC/Core/Coercion.hs
=====================================
@@ -1759,9 +1759,7 @@ mkZappedProv :: HasDebugCallStack
              => DTyCoVarSet
              -> UnivCoProvenance
 mkZappedProv fvs
-  -- | debugIsOn && anyDVarSet isCoercionHole fvs = pprPanic "mkZappedProv(unexpected cohole)" (ppr fvs)
-  | otherwise =
-    ZappedProv $ filterDVarSet (not . isCoercionHole) fvs
+  = ZappedProv $ filterDVarSet (not . isCoercionHole) fvs
 
 mkTcZappedProv :: HasDebugCallStack
              => DTyCoVarSet



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9a576de4aade27eb0391af5664f7862f2c792577
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/20200327/57145a67/attachment.html>


More information about the ghc-commits mailing list