From 3e6e224c217e03b467ee1c27ff9fef935150ea41 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 10 Oct 2004 02:36:41 +0000 Subject: [PATCH] combinators.factor load fix --- library/combinators.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/combinators.factor b/library/combinators.factor index 7ca1d1c1cf..a25456a707 100644 --- a/library/combinators.factor +++ b/library/combinators.factor @@ -122,7 +122,7 @@ USE: stack #! continuation is used to escape the infinite loop. #! #! This combinator will not compile. - dup dip forever ; interpret-only + dup slip forever ; interpret-only ! DEPRECATED -- 2.34.1