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 "See deprecation note in module documentation." (since := "2024-08-22")]

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 "See deprecation note in module documentation." (since := "2024-08-22")]

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

    Equations
    Instances For
      @[deprecated "See deprecation note in module documentation." (since := "2024-08-22")]
      def MLList.runCmd (cmd : String) (args : Array String) (input : 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