Component.TypeDecl
module Field : sig ... end
module Constructor : sig ... end
module Representation : sig ... end
type param = Odoc_model.Lang.TypeDecl.param
module Equation : sig ... end
type t = {
doc : CComment.docs; |
canonical : Cpath.type_ option; |
equation : Equation.t; |
representation : Representation.t option; |
}