package curly

  1. Overview
  2. Docs
type t =
  1. | Invalid_request of string
  2. | Bad_exit of Process_result.t
  3. | Failed_to_read_response of exn * Process_result.t
  4. | Exn of exn
val pp : Stdlib.Format.formatter -> t -> unit