Module TypeExpr.Package

type substitution = Odoc_model.Paths.Fragment.Type.t * TypeExpr.t
type t = {
path : Odoc_model.Paths.Path.ModuleType.t;
substitutions : substitution list;
}