Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type o = Ag_ocaml.atd_ocaml_repr
type v = Ag_validate.validate_repr
type ov_mapping =
(Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr) Ag_mapping.mapping
type ob_def =
(Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr) Ag_mapping.def
module H : sig ... end
val scan_top_expr :
(string, Atd_ast.type_expr) Stdlib.Hashtbl.t ->
bool H.t ->
Atd_ast.type_expr ->
unit
val make_is_shallow :
(string, Atd_ast.type_expr) Stdlib.Hashtbl.t ->
H.key ->
bool
val mapping_of_expr :
(Atd_ast.type_expr -> bool) ->
Atd_ast.type_expr ->
ov_mapping
val mapping_of_cell :
(Atd_ast.type_expr -> bool) ->
Atd_ast.cell ->
(Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr) Ag_mapping.cell_mapping
val mapping_of_variant :
(Atd_ast.type_expr -> bool) ->
Atd_ast.variant ->
(Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr)
Ag_mapping.variant_mapping
val mapping_of_field :
(Atd_ast.type_expr -> bool) ->
string ->
Atd_ast.field ->
(Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr) Ag_mapping.field_mapping
val def_of_atd :
(Atd_ast.type_expr -> bool) ->
(Atd_ast.loc * (string * string list * Atd_annot.t) * Atd_ast.type_expr) ->
(Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr) Ag_mapping.def
val defs_of_atd_module_gen :
(Atd_ast.type_expr -> bool) ->
[< `Type of
Atd_ast.loc * (string * string list * Atd_annot.t) * Atd_ast.type_expr ]
list ->
(Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr) Ag_mapping.def list
val defs_of_atd_module :
[< `Type of
Atd_ast.loc * (string * string list * Atd_annot.t) * Atd_ast.type_expr &
'a
* (string * 'b * 'c)
* Atd_ast.type_expr ]
list ->
(Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr) Ag_mapping.def list
val defs_of_atd_modules :
('a
* [< `Type of
Atd_ast.loc
* (string * string list * Atd_annot.t)
* Atd_ast.type_expr & 'b * (string * 'c * 'd) * Atd_ast.type_expr ]
list)
list ->
('a
* (Ag_ocaml.atd_ocaml_repr, Ag_validate.validate_repr) Ag_mapping.def list)
list