MilesCranmer / DispatchDoctor.jl

The dispatch doctor prescribes type stability
Apache License 2.0
128 stars 6 forks source link

Propagate macros to function definitions #18

Closed MilesCranmer closed 1 month ago

MilesCranmer commented 1 month ago

@matthias314 I figured out a way to do it!

I also made it the default behavior. You can add custom behaviour with register_macro! which I added docs for.