Module Odoc_model.CompatSource

Sourcetype visibility =
  1. | Exported
  2. | Hidden
Sourcetype module_type =
  1. | Mty_ident of Path.t
  2. | Mty_signature of signature
  3. | Mty_functor of functor_parameter * module_type
  4. | Mty_alias of Path.t
Sourceand functor_parameter =
  1. | Unit
  2. | Named of Ident.t option * module_type
Sourceand module_presence =
  1. | Mp_present
  2. | Mp_absent
Sourceand signature = signature_item list
Sourceand module_declaration = {
  1. md_type : module_type;
  2. md_attributes : Parsetree.attributes;
  3. md_loc : Location.t;
}
Sourceand modtype_declaration = {
  1. mtd_type : module_type option;
  2. mtd_attributes : Parsetree.attributes;
  3. mtd_loc : Location.t;
}
Sourceval opt : ('a -> 'b) -> 'c option -> 'd option
Sourceval signature : Types.signature -> signature
Sourcetype shape = Shape.t
Sourcetype 'a shape_uid_map = 'a Shape.Uid.Map.t
Sourceval empty_map : 'a Shape.Uid.Map.t
Sourceval shape_of_cmt_infos : Cmt_format.cmt_infos -> shape option