package shexp

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

Install

Dune Dependency

Authors

Maintainers

Sources

shexp-v0.12.0.tar.gz
sha256=b2ca616e5384d517a3bef878ed2fd364b2c51993f7f57f223954422e2eea0e1d
md5=d48e292eaa2f7e4f66fa5381eddc86a9

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

Module Process.Traced

val eval : ?context:Context.t -> ?capture:bool -> 'a 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.

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

Innovation. Community. Security.