Hello, sorry for my bad English.
Can I hide the warning 20 when type checking with Typemod.copy_structure
in PPX?
I am creating a PPX rewriter that adds Obj.magic()
, type checks by Typemod.copy_structure
and processes, and finally removes Obj.magic()
and outputs. I understand the usefulness of warning 20, but find the intermediate file warnings annoying.