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 331fbc4 commit ef72761Copy full SHA for ef72761
ppx_metaquot.ml
@@ -190,7 +190,7 @@ module Main : sig end = struct
190
| x -> super # lift_Parsetree_core_type x
191
end
192
193
- let loc = ref (app (evar "Pervasives.!") [evar "Ast_helper.default_loc"])
+ let loc = ref (app (evar "Stdlib.!") [evar "Ast_helper.default_loc"])
194
195
let handle_attr = function
196
| {attr_name={txt="metaloc";loc=l}; attr_payload=e; _} -> loc := get_exp l e
0 commit comments