type decl =
| Alias of Cpath.module_ * ModuleType.simple_expansion option |
| ModuleType of ModuleType.expr |
type t = {
doc : CComment.docs; |
type_ : decl; |
canonical : (Cpath.module_ * Odoc_model.Paths.Reference.Module.t) option; |
}
Component.Module
type decl =
| Alias of Cpath.module_ * ModuleType.simple_expansion option |
| ModuleType of ModuleType.expr |
type t = {
doc : CComment.docs; |
type_ : decl; |
canonical : (Cpath.module_ * Odoc_model.Paths.Reference.Module.t) option; |
}