odoc.examples
Resolution.Fragments
Demonstrates the resolution of fragments
odoc
odoc.document
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref2
odoc.xref_test
module type A = sig ... end
module C : A with type B.t = int
module D : module type of C.B with type t := int