ghc-server-1.1: A server interface to GHC.

Safe HaskellNone

GHC.Server.IO

Description

Imported running actions for doing IO evaluation in the server.

Synopsis

Documentation

runIOSource

Arguments

:: IO b

Action to run.

-> (ByteString -> IO ())

Continuation to accept stdout.

-> IO b 

Run the given IO action, capturing its stdout output and passing it to the continuation.