Module Odoc_xref2.Tools

type module_modifiers = [
  1. | `Aliased of Odoc_xref2.Cpath.Resolved.module_
  2. | `SubstMT of Odoc_xref2.Cpath.Resolved.module_type
]
type module_type_modifiers = [
  1. | `AliasModuleType of Odoc_xref2.Cpath.Resolved.module_type
]
val get_module_path_modifiers : Odoc_xref2.Env.t -> add_canonical:bool -> Odoc_xref2.Component.Module.t -> module_modifiers option
val get_module_type_path_modifiers : Odoc_xref2.Env.t -> add_canonical:bool -> Odoc_xref2.Component.ModuleType.t -> module_type_modifiers option
val assert_not_functor : expansion -> (Odoc_xref2.Component.Signature.t, 'err) Result.result
val reset_caches : unit -> unit
val disable_all_caches : unit -> unit