package shexp

  1. Overview
  2. Docs
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