ghc-8.6.4: The GHC API

Safe HaskellNone
LanguageHaskell2010

CoreLint

Contents

Synopsis

Documentation

lintAnnots :: SDoc -> (ModGuts -> CoreM ModGuts) -> ModGuts -> CoreM ModGuts Source #

This checks whether a pass correctly looks through debug annotations (SourceNote). This works a bit different from other consistency checks: We check this by running the given task twice, noting all differences between the results.

Debug output