ghc-7.8.3: The GHC API

Safe HaskellNone
LanguageHaskell98

Debugger

Synopsis

Documentation

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

The :print & friends commands

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