We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c242dfe commit 4e10d5dCopy full SHA for 4e10d5d
src/attribute.mli
@@ -75,7 +75,6 @@ module Context : sig
75
val psig_extension : signature_item t
76
val rtag : row_field t
77
val object_type_field : object_field t
78
-
79
val equal : 'a t -> 'b t -> bool
80
end
81
src/context_free.mli
@@ -72,7 +72,7 @@ module Rule : sig
72
(ctxt:Expansion_context.Base.t -> 'a -> 'b -> 'a) ->
73
t
74
- val attr_multiple_replace:
+ val attr_multiple_replace :
string ->
'a Extension.Context.t ->
('a, 'list) Attribute_list.t ->
test/attr_replace/dune
@@ -16,6 +16,8 @@
16
(run ./ppx_attr_replace.exe test.ml))))
17
18
(rule
19
+ (enabled_if
20
+ (>= %{ocaml_version} "4.10.0"))
21
(alias runtest)
22
(action
23
(diff test.ml.expected test.ml.actual)))
0 commit comments