fix for issue 79. Thanks to Jens Soegaard for finding this bug.

This commit is contained in:
Danny Yoo 2012-02-13 11:10:30 -05:00
parent b7ca54058c
commit c8e0b848b6

View File

@ -92,7 +92,7 @@
(syntax-case stx ()
[(_ a-view [a-selector a-type a-function] ...)
(foldl (lambda (a-selector a-type a-function a-view-stx)
#'(view-bind (view-focus #,a-view-stx #,a-selector)
#`(view-bind (view-focus #,a-view-stx #,a-selector)
#,a-type
#,a-function))
#'a-view