If you are returning this from a macro, you need to use esc to allow macro hygiene to resolve these bindings correctly, see:
https://docs.julialang.org/en/v1/manual/metaprogramming/#Hygiene
If you are returning this from a macro, you need to use esc to allow macro hygiene to resolve these bindings correctly, see:
https://docs.julialang.org/en/v1/manual/metaprogramming/#Hygiene