package odoc

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

Examples of resolution of references

module type A = sig ... end
module A : sig ... end

We can refer unambiguously to A.t in module type A or A.t in module A, and also where there are name clashes within the path: A.B.t or A.B.t

OCaml

Innovation. Community. Security.