﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1389	case-lambda expects 2 arguments	ajmorgan		"from the case-lambda documentation:

(define plus
  (case-lambda
    (() 0)
    ((x) x)
    ((x y) (+ x y))
    ((x y z) (+ (+ x y) z))
    (args (apply + args))))

causes:
=> Error: (#f) ""during expansion of (case-lambda ...) - bad argument count - received 5 but expected 2"": (#<procedure (min a b)>)
"	defect	closed	major	someday	unknown	4.12.0	worksforme			
