package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type substitution = Paths.Fragment.Type.t * TypeExpr.t
type t = {
  1. path : Paths.Path.ModuleType.t;
  2. substitutions : substitution list;
}