Documentation

Mathlib.Data.MLList.IO

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

Deprecation #

This material has been moved out of Mathlib to https://github.com/semorrison/lean-monadic-list.

@[deprecated]

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
    @[deprecated]

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

    Equations
    Instances For
      @[deprecated]
      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