odoc.examples
Expansion.Functors
Demonstrates the expansion of functors
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 Argument = sig ... end
module type Result = sig ... end
module Functor (X : Argument) (Y : Argument) : Result