Indexed.ExtendFinite
Functor that creates an abstract function graph for (T * X) => Y)
given a type with finite elements T
and an abstract function graph for X => Y
.
module M : sig ... end
module X : sig ... end
module Y : sig ... end
module MFG : sig ... end