Module Lang.Module
type decl = | Alias of Odoc_model.Paths.Path.Module.t * Odoc_model.Lang.ModuleType.simple_expansion option| ModuleType of Odoc_model.Lang.ModuleType.expr
type t = {id : Odoc_model.Paths.Identifier.Module.t;source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;(*Identifier.SourceLocation might not be set when the module is artificially constructed from a functor argument.
*)source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;doc : Odoc_model.Comment.docs;type_ : Odoc_model.Lang.Module.decl;canonical : Odoc_model.Paths.Path.Module.t option;
}module Equation : sig ... end