Module TypeExpr.Package

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