coquina-0.1.0.0: Yet another shell monad.

Safe HaskellSafe
LanguageHaskell2010

Coquina.Internal

Synopsis

Documentation

withForkWait :: IO () -> (IO () -> IO a) -> IO a Source #

The code below is taken from System.Process which unfortunately does not export this function

readAndDecodeCreateProcess :: CreateProcess -> IO (ExitCode, Text, Text) Source #

Like readCreateProcess, but ignores stdin and decodes bytes, assuming utf-8