Since this needs quite a bit of testing, it's not been added yet. It should be fairly trivial, just replace all nnkProcDefs with nnkFuncDefs (and all explicit procs with funcs). No function in omni causes side effects, and this could add a little speedup to some things.
Since this needs quite a bit of testing, it's not been added yet. It should be fairly trivial, just replace all
nnkProcDef
s withnnkFuncDef
s (and all explicitprocs
withfuncs
). No function in omni causes side effects, and this could add a little speedup to some things.