package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Resolved of Resolved.Module.t
  2. | `Identifier of Identifier.Path.Module.t * bool
  3. | `Root of string
  4. | `Forward of string
  5. | `Dot of t * string
  6. | `Apply of t * t
]
OCaml

Innovation. Community. Security.