package shexp

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

Install

Dune Dependency

Authors

Maintainers

Sources

shexp-v0.13.0.tar.gz
sha256=ff0e6ed52adf66dc1a1a9c85577dac043a0821feacfab09a5b8bea8f99ff3ba5
md5=13002fde6249703d06ff820906cd96c9

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

Module Let_syntax.Let_syntax

val return : 'a -> 'a Shexp_process__.Process.t
val bind : 'a Shexp_process__.Process.t -> f:('a -> 'b Shexp_process__.Process.t) -> 'b Shexp_process__.Process.t
val map : 'a Shexp_process__.Process.t -> f:('a -> 'b) -> 'b Shexp_process__.Process.t
val both : 'a Shexp_process__.Process.t -> 'b Shexp_process__.Process.t -> ('a * 'b) Shexp_process__.Process.t

Same as fork

module Open_on_rhs : sig ... end
OCaml

Innovation. Community. Security.