Skip to content

Commit

Permalink
fusable-stream-producer: limit the number of arguments to range to 1 …
Browse files Browse the repository at this point in the history
…to 3
  • Loading branch information
dzoep committed Nov 24, 2023
1 parent 20bd38e commit ac8ba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qi-lib/flow/core/deforest.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
(pattern (~and (~or (esc (#%host-expression (~literal range)))
(#%partial-application
((#%host-expression (~literal range))
(#%host-expression arg) ...)))
(~seq (~between (#%host-expression arg) 1 3) ...))))
stx)
#:do [(define chirality (syntax-property #'stx 'chirality))
(define num-args (if (attribute arg)
Expand Down

0 comments on commit ac8ba9e

Please sign in to comment.