summaryrefslogtreecommitdiffstats
path: root/stdlib/error.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/error.tl')
-rw-r--r--stdlib/error.tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/error.tl b/stdlib/error.tl
index 7f70391e..1058a8d2 100644
--- a/stdlib/error.tl
+++ b/stdlib/error.tl
@@ -93,3 +93,6 @@
(defun lambda-short-apply-list ()
(throwf 'eval-error "~s: applied argument list too short" 'lambda))
+
+(defun lambda-excess-apply-list ()
+ (throwf 'eval-error "~s: applied argument list too long" 'lambda))