summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-07-27 16:52:52 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-08-04 01:33:03 -0400
commit2c714f07f4ab6823de50aaa4947e86326799f44f (patch)
treeb2fcf0005c23adc062b1ddd9e814aa743450cec9 /compiler/GHC/Tc/Utils
parent4f6726779fa3cbbfe97de49b1d26d5a665c74840 (diff)
downloadhaskell-2c714f07f4ab6823de50aaa4947e86326799f44f.tar.gz
Disable -fdefer-type-errors for linear types (#20083)
Diffstat (limited to 'compiler/GHC/Tc/Utils')
-rw-r--r--compiler/GHC/Tc/Utils/Unify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Utils/Unify.hs b/compiler/GHC/Tc/Utils/Unify.hs
index 4b12595f72..7b8920f555 100644
--- a/compiler/GHC/Tc/Utils/Unify.hs
+++ b/compiler/GHC/Tc/Utils/Unify.hs
@@ -792,7 +792,7 @@ solved to check whether they are trivial or not. Plus there is precedent for
type errors during desuraging (such as the representation polymorphism
restriction). An alternative would be to have a kind of constraint which can
only produce trivial evidence, then this check would happen in the constraint
-solver.
+solver (#18756).
-}
tcSubMult :: CtOrigin -> Mult -> Mult -> TcM HsWrapper