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.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

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

    Equations
    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.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For