﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
899	typed-records: define-record-type constructor with arguments is specialized erroneously	Moritz Heidkamp	felix winkelmann	"This program

{{{

(use typed-records)

(define-record-type foo
  (make-foo bar)
  foo?
  (bar foo-bar foo-bar-set!))


(display (make-foo 1))

}}}


fails with {{{Error: unbound variable: bar}}} when compiled with {{{-specialize}}}. Tested with 4.8.0rc2."	defect	closed	minor		extensions	4.8.x	fixed			
