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