jon.recoil.org

Module Odoc_model.CompatSource

Sourcetype visibility =
  1. | Exported
  2. | Hidden
Sourcemodule Aliasability : sig ... end
Sourceand functor_parameter =
  1. | Unit
  2. | Named of Ident.t option * Odoc_model.Compat.module_type
Sourceand module_presence =
  1. | Mp_present
  2. | Mp_absent
Sourceand module_declaration = {
  1. md_type : Odoc_model.Compat.module_type;
  2. md_attributes : Parsetree.attributes;
  3. md_loc : Location.t;
}
Sourceand modtype_declaration = {
  1. mtd_type : Odoc_model.Compat.module_type option;
  2. mtd_attributes : Parsetree.attributes;
  3. mtd_loc : Location.t;
}
Sourceval opt : ('a -> 'b) -> 'a option -> 'b option
Sourcetype shape = Shape.t
Sourcetype 'a shape_uid_map = 'a Shape.Uid.Map.t
Sourceval empty_map : 'a Shape.Uid.Map.t
Sourceval compunit_name : Compilation_unit.t -> string
Sourceval required_compunit_names : Cmo_format.compilation_unit_descr -> string list