Module TypeDecl.Field

type t = {
name : string;
doc : CComment.docs;
mutable_ : bool;
type_ : TypeExpr.t;
}