fixes match
svn: r6674
This commit is contained in:
parent
97f6934eba
commit
5016e59f8e
|
@ -98,7 +98,7 @@ it around flattened out.
|
||||||
(define-syntax name (list-immutable #'struct:-name
|
(define-syntax name (list-immutable #'struct:-name
|
||||||
#'struct-maker
|
#'struct-maker
|
||||||
#'predicate
|
#'predicate
|
||||||
(list-immutable #'selectors ...)
|
(reverse (list-immutable #'selectors ...))
|
||||||
(list-immutable #,@(map (λ (x) #f) (syntax->list #'(selectors ...))))
|
(list-immutable #,@(map (λ (x) #f) (syntax->list #'(selectors ...))))
|
||||||
#t))
|
#t))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user