summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@gmail.com>2019-03-22 14:42:27 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-27 07:20:11 -0400
commit4acdb769705de63c721555e70bef5c3dff87e3c5 (patch)
tree77df84eb71f409d0c355af0b7af769b9a534313c /compiler
parent5730f86331df4aa9b3d7b5ab59b1ebeafceaeadb (diff)
downloadhaskell-4acdb769705de63c721555e70bef5c3dff87e3c5.tar.gz
Fix a few broken Trac links [skip ci]
This patch only attempts to fix links that don't automatically re-direct to the correct URL.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/deSugar/Check.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/Check.hs b/compiler/deSugar/Check.hs
index 57ddfc0d89..0c653da2b2 100644
--- a/compiler/deSugar/Check.hs
+++ b/compiler/deSugar/Check.hs
@@ -2332,7 +2332,7 @@ term constraints (respectively) as we go deeper.
The type constraints we propagate inwards are collected by `collectEvVarsPats'
in HsPat.hs. This handles bug #4139 ( see example
- https://ghc.haskell.org/trac/ghc/attachment/ticket/4139/GADTbug.hs )
+ https://gitlab.haskell.org/ghc/ghc/snippets/672 )
where this is needed.
For term equalities we do less, we just generate equalities for HsCase. For