Ppx_js_style
module Ignored_reason : sig ... end
module Invalid_deprecated : sig ... end
module Invalid_constant : sig ... end
module Suspicious_literal : sig ... end
module Invalid_ocamlformat_attribute : sig ... end
type error =
| Invalid_deprecated of Invalid_deprecated.t | |
| Missing_type_annotation of Ignored_reason.t | |
| Invalid_constant of Invalid_constant.t | |
| Suspicious_literal of Suspicious_literal.t | |
| Invalid_ocamlformat_attribute of Invalid_ocamlformat_attribute.t | |
| Docstring_on_open | |
| Use_of_letop of {
} |
val iter_style_errors : f:(loc:Ppxlib.Location.t -> error -> unit) -> Ppxlib.Ast_traverse.iter
val check : Ppxlib.Ast_traverse.iter
val cold_instead_of_inline_never : bool ref
If true
(the default) complain when using @inline never
instead of @cold