Delegate the pattern matching directly to dispatch-rules.
This commit is contained in:
parent
4dfe409772
commit
7e3d5987ff
|
@ -44,8 +44,8 @@
|
||||||
c
|
c
|
||||||
(snoc (container-bunches c) (bunch d u))))
|
(snoc (container-bunches c) (bunch d u))))
|
||||||
|
|
||||||
(define-syntax-rule (dispatch-rules! container-expr [pat fun] ...)
|
(define-syntax-rule (dispatch-rules! container-expr pattern-clause ...)
|
||||||
(let-values ([(dispatch url) (dispatch-rules [pat fun] ...)])
|
(let-values ([(dispatch url) (dispatch-rules pattern-clause ...)])
|
||||||
(container-cons! container-expr
|
(container-cons! container-expr
|
||||||
dispatch url)))
|
dispatch url)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user