]> gitweb.factorcode.org Git - factor.git/commitdiff
Update for recent change
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 20 Jul 2008 06:13:53 +0000 (01:13 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 20 Jul 2008 06:13:53 +0000 (01:13 -0500)
extra/help/lint/lint.factor

index 221dca3c62da9b8e7f8399f7db88e5f6f7a5e171..0926a30adc74c227a176328135fd1496ff279d24 100755 (executable)
@@ -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 -- ? )