package shexp

  1. Overview
  2. Docs

Module Shexp_process.InfixSource

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

OCaml

Innovation. Community. Security.