ghc-debugger
Safe HaskellNone
LanguageHaskell2010

GHC.Debugger.Utils

Synopsis

GHC Utilities

realSrcSpanToSourceSpan :: RealSrcSpan -> SourceSpan Source #

Convert a GHC's src span into an interface one

display :: Outputable a => a -> Debugger String Source #

Display an Outputable value as a String