package odoc

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

Module Type.IdSource

Sourcetype _ id = ..
Sourcemodule type ID = sig ... end
Sourcetype 'a t = (module ID with type t = 'a)
Sourceval make : unit -> 'a t
Sourceval provably_equal : 'a t -> 'b t -> ('a, 'b) eq option
Sourceval uid : 'a t -> int