package ocaml-webworker

  1. Overview
  2. Docs
val string_of_cst : Parsetree.constant -> string option
val string_of_payload : Parsetree.payload -> string option
val error_of_extension : Parsetree.extension -> Location.error
val deprecated_of_attrs : (string Asttypes.loc * Parsetree.payload) list -> string option
val check_deprecated : Location.t -> (string Asttypes.loc * Parsetree.payload) list -> string -> unit
val check_deprecated_mutable : Location.t -> (string Asttypes.loc * Parsetree.payload) list -> string -> unit
val deprecated_of_sig : Parsetree.signature_item list -> string option
val deprecated_of_str : Parsetree.structure_item list -> string option
val emit_external_warnings : Ast_iterator.iterator
val warning_scope : Warnings.state list Pervasives.ref
val warning_enter_scope : unit -> unit
val warning_leave_scope : unit -> unit
val warning_attribute : (string Asttypes.loc * Parsetree.payload) list -> unit
val with_warning_attribute : (string Asttypes.loc * Parsetree.payload) list -> (unit -> 'a) -> 'a
val check : 'a list -> ('a Asttypes.loc * 'b) -> bool
val has_unboxed : (string Asttypes.loc * 'a) list -> bool
val has_boxed : (string Asttypes.loc * 'a) list -> bool