package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Normal OCaml paths (i.e. the ones present in types)

module Resolved : sig ... end
module Module : sig ... end
module ModuleType : sig ... end
module Type : sig ... end
module DataType : sig ... end
module Constructor : sig ... end
module Value : sig ... end
module ClassType : sig ... end
type t = [
  1. | `Resolved of Resolved.t
  2. | `Identifier of Identifier.Path.t * bool
  3. | `Root of string
  4. | `Forward of string
  5. | `Dot of Module.t * string
  6. | `Apply of Module.t * Module.t
]
val is_hidden : t -> bool
OCaml

Innovation. Community. Security.