Documentation

Mathlib.Data.MLList.IO

Reading from handles, files, and processes as lazy lists. #

Read lines of text from a handle, as a lazy list in IO.

Instances For

    Read lines of text from a file, as a lazy list in IO.

    Instances For
      def MLList.runCmd (cmd : String) (args : Array String) (input : optParam String "") :

      Run a command with given input on stdio, returning stdout as a lazy list in IO.

      Instances For