fay-0.18.1.1: A compiler for Fay, a Haskell subset that compiles to JavaScript.

Safe HaskellSafe-Inferred

Fay.System.Process.Extra

Description

Extra process functions.

Synopsis

Documentation

readAllFromProcess :: FilePath -> [String] -> String -> IO (Either (String, String) (String, String))Source

Read from a process returning both std err and out.