package pa_ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val libname : string Stdlib.ref
val quote_string_list : MLast.loc -> string list -> MLast.expr
val bool_test : 'a -> string list -> MLast.loc -> string -> MLast.expr -> MLast.str_item
val unit_test : 'a -> string list -> MLast.loc -> string -> MLast.expr -> MLast.str_item
val module_test : 'a -> string list -> MLast.loc -> string -> MLast.module_expr -> MLast.str_item
val extract_tags : (('a * string) Ploc.vala * MLast.payload) Ploc.vala -> string list
val attrs_to_tags : (('a * string) Ploc.vala * MLast.payload) Ploc.vala list -> string list
val rewrite_str_item : 'a -> ('a -> 'b -> MLast.str_item) -> 'b -> MLast.str_item
val wrap_implem : 'a -> ((MLast.str_item * MLast.loc) list * 'b) -> (MLast.str_item * MLast.loc) list * 'b
val is_string_patt : MLast.patt -> bool
val is_unnamed_patt : MLast.patt -> bool
val is_patt_bool_test : MLast.str_item -> bool
val is_patt_unit_test : MLast.str_item -> bool
val is_patt_module_test : MLast.str_item -> bool
val install : unit -> unit
OCaml

Innovation. Community. Security.