diff options
Diffstat (limited to 'compiler/deSugar/Check.hs')
-rw-r--r-- | compiler/deSugar/Check.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/Check.hs b/compiler/deSugar/Check.hs index 0142c34409..57ddfc0d89 100644 --- a/compiler/deSugar/Check.hs +++ b/compiler/deSugar/Check.hs @@ -280,7 +280,7 @@ instance Monoid PartialResult where -- More details about the classification of clauses into useful, redundant -- and with inaccessible right hand side can be found here: -- --- https://ghc.haskell.org/trac/ghc/wiki/PatternMatchCheck +-- https://gitlab.haskell.org/ghc/ghc/wikis/pattern-match-check -- data PmResult = PmResult { |