ghc-8.2.2: 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 #