id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,difficulty 122,tinyclos generic mechanism gets confused by a surplus of arguments.,Tony Sidaway,Tony Sidaway,"(define-generic G) (define-method (G (a )) (+ a a)) (G 10) ===> 20 (G 10 11) Error: bad argument count - received 3 but expected 2: #