package odoc

  1. Overview
  2. Docs
On This Page
  1. Modules
Legend:
Library
Module
Module type
Parameter
Class
Class type

Modules

type annotation =
  1. | Definition of Paths.Identifier.SourceLocation.t
  2. | Value of Paths.Identifier.SourceLocation.t
type 'a with_pos = 'a * (int * int)
type infos = annotation with_pos list
type t = {
  1. id : Paths.Identifier.SourcePage.t;
  2. infos : infos;
}
OCaml

Innovation. Community. Security.