prog.nim(11, 9) Info: template/generic instantiation from here
prog.nim(6, 16) Warning: '(a; b): auto' has no type. Typeless parameters are deprecated; only allowed for 'template' [TypelessParam]
prog.nim(11, 9) Info: template/generic instantiation from here
prog.nim(6, 17) Warning: '(a; b): auto' has no type. Typeless parameters are deprecated; only allowed for 'template' [TypelessParam]
prog.nim(11, 9) Info: template/generic instantiation from here
prog.nim(6, 39) Info: template/generic instantiation from here
lib/nim/system.nim(933, 8) Error: ambiguous call; both system.==(x: bool, y: bool) and system.==(x: bool, y: bool) match for: (bool, bool)