It turns out that Nim has problems with the blank before () in 
    
    
    var ChkPoints= initTable[int, (HashSet[T2int], DigSet, int)] ()
                                                                ^
    
    
    Run

That's a pity and hard to find.

Reply via email to