package odoc

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

Innovation. Community. Security.