ghc-lib-0.20201101: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.Runtime.Debugger

Synopsis

Documentation

pprintClosureCommand :: GhcMonad m => Bool -> Bool -> String -> m () Source #

The :print & friends commands

showTerm :: GhcMonad m => Term -> m SDoc Source #