package shexp

  1. Overview
  2. Docs
Process library and s-expression based shell

Install

Dune Dependency

Authors

Maintainers

Sources

shexp-v0.16.0.tar.gz
sha256=fae7de344e97b6e75e63ee7b8058a29afd358235f50727a02d3f9445675afed0

doc/shexp.process/Shexp_process/Logged/index.html

Module Shexp_process.LoggedSource

Sourceval eval : ?context:Shexp_process__.Process.Context.t -> ?capture:bool -> ?log:(Shexp_sexp.Std.Sexp.t -> unit) -> 'a Shexp_process__.Process.t -> 'a

Call the given log function for every event. The log function default to printing to stderr.

If capture is true, then anything printed on the original stdout/stderr is captured and becomes part of the trace.

OCaml

Innovation. Community. Security.