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.

Reply via email to