module Ignored_reason : sig ... end
module Invalid_deprecated : sig ... end
type error
=
| Invalid_deprecated of Invalid_deprecated.t |
| Missing_type_annotation of Ignored_reason.t |
val iter_style_errors : f:(loc:Ppx_core.Location.t ‑> error ‑> Ppx_core.unit) ‑> Ppx_core.Ast_traverse.iter
val check : Ppx_core.Ast_traverse.iter