package ppx_quick_test

  1. Overview
  2. Docs

Module Ppx_quick_test_runtime_lib.Sexp_examplesSource

Sourcetype '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
Sourceval string_to_ocaml_string : string -> string
Sourceval get_parsed_examples : 'a t -> 'a list
Sourceval insertion_for_new_example : 'a t -> Core.Sexp.t -> File_corrections.Insertion.t option