GhcT package:ghc-lib

A monad transformer to add GHC specific features to another monad. Note that the wrapped monad must support IO and handling of exceptions.
Run function for GhcT monad transformer. It initialises the GHC session and warnings via initGhcMonad. Each call to this function will create a new session which should not be shared among several threads.