﻿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 <exact>)) (+ a a))
(G 10)
===> 20
(G 10 11)
Error: bad argument count - received 3 but expected 2: #<procedure (? call-next-method a)

The exact same bug also exists in the Chicken 3 tinyclos egg on Chicken 3.4.0"	defect	closed	major		extensions	4.2.x	wontfix	tinyclos generics		
