package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Identifier of Identifier.Path.Module.t
  2. | `Hidden of t
  3. | `Alias of Path.Resolved.Module.t * t
  4. | `Module of Signature.t * Names.ModuleName.t
]
OCaml

Innovation. Community. Security.