Idris2Doc : Data.Swirl.System

Data.Swirl.System

(source)

Reexports

importpublic Data.Swirl
importpublic Language.Implicits.IfUnsolved
importpublic System.File.Error

Definitions

runSysCmdOLn : HasIOio=>ListString->SwirlioFileErrorIntString
  Run a system command emitting lines that are printed to its standard output
and returning exit code as the result value.
Lines except the last one would have the newline at the end.

Visibility: export
runSysCmdO : HasIOio=>ListString->SwirlioFileErrorIntString
  Run a system command emitting lines that are printed to its standard output
and returning exit code as the result value.
Lines do not have a trailing newline and information of whether the last line had it is lost.

Visibility: export
runSysCmdI : HasIOio=>ListString->SwirlioerString->Swirlio (EithereFileError) (r, Int) Void
  Run a system command being fed a stream of input strings
and returning exit code (along with the feeding stream result).

Totality: total
Visibility: export
runSysCmdILn : HasIOio=>ListString->SwirlioerString->Swirlio (EithereFileError) (r, Int) Void
Totality: total
Visibility: export