fix for issue 79. Thanks to Jens Soegaard for finding this bug.
This commit is contained in:
parent
b7ca54058c
commit
c8e0b848b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user