From 36cff8ed6e8ff8900ac2bf99d70db97033ea55f0 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 18 Feb 2010 01:19:26 +1300 Subject: [PATCH] combinators: better wrong-values error --- core/combinators/combinators.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/combinators/combinators.factor b/core/combinators/combinators.factor index 95b62fc3f3..9016d540d7 100644 --- a/core/combinators/combinators.factor +++ b/core/combinators/combinators.factor @@ -17,7 +17,7 @@ M: object throw PRIVATE> -ERROR: wrong-values quot effect ; +ERROR: wrong-values quot call-site ; ! We can't USE: effects here so we forward reference slots instead SLOT: in