summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/match.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/match.tl b/stdlib/match.tl
index 17870be2..55d50417 100644
--- a/stdlib/match.tl
+++ b/stdlib/match.tl
@@ -782,7 +782,7 @@
(when (> pc.nfixed min-args)
(set exp ^(when ,[present-vec (pred pc.nfixed)]
,exp)))
- (when (< pc.nfixed max-args)
+ (when (and (not vp) (< pc.nfixed max-args))
(set exp ^(unless ,[present-vec pc.nfixed]
,exp)))
(when (and variadic (not vp) (= pc.nfixed max-args))