Module TypeDecl.Field
type t={id : Odoc_model.Paths.Identifier.Field.t;doc : Odoc_model.Comment.docs;mutable_ : bool;type_ : TypeExpr.t;}
TypeDecl.Fieldtype t = {id : Odoc_model.Paths.Identifier.Field.t; |
doc : Odoc_model.Comment.docs; |
mutable_ : bool; |
type_ : TypeExpr.t; |
}