ghc-8.10.7: The GHC API
Safe HaskellNone
LanguageHaskell2010

Debugger

Synopsis

Documentation

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

The :print & friends commands

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