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