Open this module to use ocaml-monadic PPX with Shexp_process.

Sourceexception ShexpFailed of string option
Sourceval bind : 'a Shexp_process.t -> ('a -> 'b Shexp_process.t) -> 'b Shexp_process.t
Sourceval map : ('a -> 'b) -> 'a Shexp_process.t -> 'b Shexp_process.t
Sourceval return : 'a -> 'a Shexp_process.t
Sourceval zero : ?msg:string -> unit -> 'a Shexp_process.t

zero ?msg () raises the ShexpFailed exception.