Module TypeDecl.Field

type t = {
id : Paths.Identifier.Field.t;
doc : Comment.docs;
mutable_ : bool;
type_ : TypeExpr.t;
}