odoc.examples
Resolution.References
Examples of resolution of references
odoc
odoc.document
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
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
A.t
A
A.B.t