﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1183	Syntax bound via let-syntax not bound in syntax-rules in its body	Moritz Heidkamp		"I'm not entirely sure whether this use of `let-syntax` is valid:

{{{
(define-syntax foo
  (let-syntax ((bar (syntax-rules ()
                      ((_ x) '(x x)))))
    (syntax-rules ()
      ((_ x) (bar x)))))

(foo 1)

;; Error: unbound variable: bar
}}}

Intuitively it makes sense but the report doesn't seem to say anything about the semantics of this use and at least Guile and Chibi signal the same error."	defect	closed	minor	4.11.0	expander	4.9.x	wontfix			
