package ppx_quick_test

  1. Overview
  2. Docs
type t =
  1. | Ppx_quick_test_trailing_output_error of {
    1. trailing_output : string;
    2. input : Core.Sexp.t;
    }
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_error : Core.Error.t -> t option
OCaml

Innovation. Community. Security.