I'm trying to fix https://github.com/andreaferretti/memo to work for me (I have already posted another thread: https://forum.nim-lang.org/t/5581#34695), but pretty everything seems broken.
Basically, the pragma generates an "impl" identifier which should be unique:
org.name = genSym(nskProc, "impl")
the thing is... it's not!
(when I go through the generated code, there are just "impl" instances, no "impl....")