And now the closure thing:
    
    
            ... gn.nim(93, 20) Error: type mismatch: got <proc (...){.gcsafe, 
locks: 0.}, nil>
            ... but expected one of:
            ... proc (...){.closure.}
    
    
    Run

The parameter looks like this: p: ProcType where ProcType is:
    
    
    type ProcType = proc(a: int, ...): void
    
    
    Run

This doesn't make any sense.

Reply via email to