package pa_ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module ExpectContext : sig ... end
module EC = ExpectContext
val expect_location : MLast.loc -> MLast.expr
val transform_body : MLast.expr -> MLast.expr * (MLast.loc * MLast.loc * MLast.expr) list
val extract_uncaught_exn : (('a * string) Ploc.vala * MLast.payload) Ploc.vala -> ('a * MLast.loc * MLast.expr) option
val expect_test : Pa_ppx_base.Pa_passthru.Ctxt.t -> MLast.loc -> 'a -> (MLast.loc * string option) -> MLast.expr -> ((MLast.loc * string) Ploc.vala * MLast.payload) Ploc.vala list -> MLast.str_item
val is_string_patt : MLast.patt -> bool
val is_named_expect_test : MLast.str_item -> bool
val wrap_implem : Pa_ppx_base.Pa_passthru.Ctxt.t -> ((MLast.str_item * MLast.loc) list * 'a) -> (MLast.str_item * MLast.loc) list * 'a
val install : unit -> unit
OCaml

Innovation. Community. Security.