You can add `{.nimcall.}` calling convention to `myproc` signature inside
`newSeq`, or oppositely, `{.closure.}` to `ptest` (will work only inside a
proc), to make them compatible. Procs inside tuples are closures implicitly.
- seq of tuples of procs nimfoo
- Re: seq of tuples of procs Krux02
- Re: seq of tuples of procs LeuGim
- Re: seq of tuples of procs nimfoo
- Re: seq of tuples of procs nimfoo
