Odoc_examples.ResolutionExamples of Path, Fragment and Reference Resolution
This module contains examples of some of the features of Resolution as described in the page features. See the explanations there for details on what each of these demonstrates.
module Alias : sig ... endDemonstrates a reference to an item in a module that's an alias
module HiddenAlias : sig ... endDemonstrates a reference to an item in a module that's an alias of a hidden module.
module Canonical : sig ... endDemonstrates the use of canonical tags
module Fragments : sig ... endDemonstrates the resolution of fragments
module Hidden : sig ... endDemonstrates paths to hidden items
module References : sig ... endExamples of resolution of references
module Complicated_1 : sig ... endSome more complicated examples of resolution
module Complicated_2 : sig ... endA very complicated example of resolution