[Git][ghc/ghc][wip/T17676] typo

Sebastian Graf gitlab at gitlab.haskell.org
Thu Mar 19 16:30:06 UTC 2020



Sebastian Graf pushed to branch wip/T17676 at Glasgow Haskell Compiler / GHC


Commits:
8d4b9e8b by Sebastian Graf at 2020-03-19T16:30:00Z
typo

- - - - -


1 changed file:

- compiler/basicTypes/Demand.hs


Changes:

=====================================
compiler/basicTypes/Demand.hs
=====================================
@@ -1319,7 +1319,7 @@ deferAfterPreciseException d = lubDmdType d (emptyDmdType conDiv)
 
 mayThrowPreciseException :: DmdType -> Bool
 mayThrowPreciseException (DmdType _ _ Dunno)    = True
-mayThrowPreciseException (DmdType _ _ ConOrDiv) = True
+mayThrowPreciseException (DmdType _ _ ExnOrDiv) = True
 mayThrowPreciseException (DmdType _ _ _)        = False
 
 strictenDmd :: Demand -> CleanDemand



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/8d4b9e8b3bb2e142b9e135740927e2572dd1eb47

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/8d4b9e8b3bb2e142b9e135740927e2572dd1eb47
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/20200319/ce44b6e6/attachment-0001.html>


More information about the ghc-commits mailing list