Open jpfairbanks opened 5 years ago
I think we can avoid our heavy use of eval and Bass.invokelatest if we use @generated functions.
@generated
The answer to this is mk_function from GeneralizedGenerated.jl used in Petri.jl here https://github.com/mehalter/Petri.jl/pull/2. This should be updated whenever we update a piece of code
mk_function
I think we can avoid our heavy use of eval and Bass.invokelatest if we use
@generated
functions.