package ppx_quick_test

  1. Overview
  2. Docs
type 'a t =
  1. | Provided of {
    1. sexp_strings : string list;
    2. of_sexp : Core.Sexp.t -> 'a;
    3. expression_placement_cnum : int;
    }
  2. | NotProvided
  3. | Disabled
val string_to_ocaml_string : string -> string
val get_parsed_examples : 'a t -> 'a list
val insertion_for_new_example : 'a t -> Core.Sexp.t -> File_corrections.Insertion.t option
OCaml

Innovation. Community. Security.