Expansion.Functors
Demonstrates the expansion of functors
module type Argument = sig ... end
module type Result = sig ... end
module Functor (X : Odoc_examples.Expansion.Functors.Argument) (Y : Odoc_examples.Expansion.Functors.Argument) : Odoc_examples.Expansion.Functors.Result