package ppx_jsobject_conv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module L = Stdlib.List
module OrigLocation = Location
val mk_recent : string -> string
val mk_default : string -> string
module Attrs : sig ... end
module Fun_or_match : sig ... end
exception Stop
val type_is_recursive_repl : (Ppxlib_ast.Ast.core_type -> bool option) -> string list -> Ppxlib.Ast_traverse.iter
val types_are_recursive_repl : ?stop_on_functions:bool -> ?short_circuit:(Ppxlib_ast.Ast.core_type -> bool option) -> Ppxlib_ast.Ast.type_declaration list -> bool
val constrained_function_binding : loc:Ppxlib.Location.t -> ?constraint_:Astlib.Ast_500.Parsetree.core_type -> func_name:string -> Ppxlib.expression -> Astlib.Ast_500.Parsetree.value_binding
module Jsobject_of_expander : sig ... end
module Jsobject_of : sig ... end
module Of_jsobject_expander : sig ... end
module Of_jsobject : sig ... end