From a881ce01aec3593cf68485b2bc51b138eda79a41 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 20 Jul 2008 01:13:53 -0500 Subject: [PATCH] Update for recent change --- extra/help/lint/lint.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/help/lint/lint.factor b/extra/help/lint/lint.factor index 221dca3c62..0926a30adc 100755 --- a/extra/help/lint/lint.factor +++ b/extra/help/lint/lint.factor @@ -29,7 +29,7 @@ IN: help.lint : effect-values ( word -- seq ) stack-effect [ in>> ] [ out>> ] bi append - [ (stack-picture) ] map + [ dup pair? [ first ] when effect>string ] map prune natural-sort ; : contains-funky-elements? ( element -- ? )