We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213d728 commit bcce5efCopy full SHA for bcce5ef
.gitignore
@@ -25,3 +25,4 @@ _log
25
26
docs/build
27
docs/source
28
+ppx_elpi/tests/pp.exe
ppx_elpi/ppx_elpi.ml
@@ -270,6 +270,7 @@ let elpi_loc_of_position (module B : Ast_builder.S) pos = let open B in
270
}]
271
272
let pexp_disable_warnings (module B : Ast_builder.S) x =
273
+ let open B in
274
[%expr [%e x ][@warning "-26-27-32-39-60"]]
275
276
let rec on_last f = function
ppx_elpi/tests/pp.exe
-23.9 MB
0 commit comments