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/Prim/index.html

Module Shexp_process.PrimSource

Sourcetype ('a, 'b) t = ('a, 'b) Prim.t

Description of a primitive

Sourcemodule Args : sig ... end
Sourceval sexp_of_call : ('a, 'b) t -> ('a, 'b) Args.t -> Shexp_sexp.Std.Sexp.t

Return an s-expression representation of a primitive call

Sourceval sexp_of_result : ('a, 'b) t -> 'b -> Shexp_sexp.Std.Sexp.t option

Returns None if the result is Unit or Env

OCaml

Innovation. Community. Security.