ghc-7.6.1: The GHC API

Safe HaskellNone

Debugger

Synopsis

Documentation

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

The :print & friends commands

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