package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Root of root
  2. | `Subst of Path.Resolved.ModuleType.t * Module.t
  3. | `Alias of Path.Resolved.Module.t * Module.t
  4. | `Module of t * Names.ModuleName.t
  5. | `OpaqueModule of Module.t
]
val split : t -> string * t option
OCaml

Innovation. Community. Security.