package shexp

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

Install

Dune Dependency

Authors

Maintainers

Sources

shexp-v0.15.0.tar.gz
sha256=4af322366779ce139a625c5d815d76d82a2ae7d9bc2efec33b5c3b824e04e6d3

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

Module Process.TracedSource

Sourceval 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.

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

Innovation. Community. Security.