Module Odoc_model__Lang.Module

type expansion =
| AlreadyASig
| Signature of Signature.t
| Functor of FunctorParameter.t list * Signature.t
type decl =
| Alias of Odoc_model.Paths.Path.Module.t
| ModuleType of ModuleType.expr
type t = {
id : Odoc_model.Paths.Identifier.Module.t;
doc : Odoc_model.Comment.docs;
type_ : decl;
canonical : (Odoc_model.Paths.Path.Module.t * Odoc_model.Paths.Reference.Module.t) option;
hidden : bool;
display_type : decl option;
expansion : expansion option;
}
module Equation : sig ... end