]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/combinators/short-circuit/smart/smart.factor
basis: ERROR: changes.
[factor.git] / basis / combinators / short-circuit / smart / smart.factor
index 7264a07917a1867fd933efc750f96ec5240741f5..b2f2a6e1de38dab588dfa16ff0f8d75554eadd90 100644 (file)
@@ -8,7 +8,7 @@ ERROR: cannot-determine-arity ;
 
 : arity ( quots -- n )
     first infer
-    dup terminated?>> [ cannot-determine-arity ] when
+    dup terminated?>> [ throw-cannot-determine-arity ] when
     effect-height neg 1 + ;
 
 PRIVATE>