package shexp

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=d19e518ace68dc86bc18e9af6b2b2ee0c62ed3341a25cf10cf464f22cb4f8b5d

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

Module Shexp_process.TracedSource

Sourceval eval : ?context:Shexp_process__.Process.Context.t -> ?capture:bool -> 'a Shexp_process__.Process.t -> ('a, exn) result * Shexp_sexp.Std.Sexp.t

Produce a full execution trace.

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

Sourceval eval_exn : ?context:Shexp_process__.Process.Context.t -> ?capture:bool -> 'a Shexp_process__.Process.t -> 'a * Shexp_sexp.Std.Sexp.t
OCaml

Innovation. Community. Security.