diff options
Diffstat (limited to 'compiler/simplStg/StgLiftLams.hs')
-rw-r--r-- | compiler/simplStg/StgLiftLams.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplStg/StgLiftLams.hs b/compiler/simplStg/StgLiftLams.hs index db85b994cf..c3a9c8a478 100644 --- a/compiler/simplStg/StgLiftLams.hs +++ b/compiler/simplStg/StgLiftLams.hs @@ -17,7 +17,7 @@ import qualified StgLiftLams.Transformation as Transformation -- Note [Late lambda lifting in STG] -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- $note --- See also the <https://ghc.haskell.org/trac/ghc/wiki/LateLamLift wiki page> +-- See also the <https://gitlab.haskell.org/ghc/ghc/wikis/late-lam-lift wiki page> -- and #9476. -- -- The basic idea behind lambda lifting is to turn locally defined functions |