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

Module Shexp_process.Let_syntaxSource

Open this module when using ppx_let

Open this module when using ppx_let

Sourceval return : 'a -> 'a Shexp_process__.Process.t
Sourceval (>>=) : 'a Shexp_process__.Process.t -> ('a -> 'b Shexp_process__.Process.t) -> 'b Shexp_process__.Process.t

Same as bind

Sourceval (>>|) : 'a Shexp_process__.Process.t -> ('a -> 'b) -> 'b Shexp_process__.Process.t

Same as map

Sourceval (>>) : unit Shexp_process__.Process.t -> 'a Shexp_process__.Process.t -> 'a Shexp_process__.Process.t

a >> b is the same as a >>= fun () -> b

Sourceval (|-) : unit Shexp_process__.Process.t -> 'a Shexp_process__.Process.t -> 'a Shexp_process__.Process.t

Same as pipe

Sourceval (|+) : 'a Shexp_process__.Process.t -> 'b Shexp_process__.Process.t -> ('a * 'b) Shexp_process__.Process.t

Same as pipe_both

Sourcemodule Let_syntax : sig ... end
OCaml

Innovation. Community. Security.