]> gitweb.factorcode.org Git - factor.git/commitdiff
eliminate redundant redundancy
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 4 Sep 2008 02:38:16 +0000 (21:38 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 4 Sep 2008 02:38:16 +0000 (21:38 -0500)
basis/tools/scaffold/scaffold.factor

index 777dddf0ebc647bb9fb4ed3f4efd2cdc48a77fc0..1c1a48ff9de8f0bbf08d4a596c90be649c3ce657 100644 (file)
@@ -117,7 +117,7 @@ ERROR: vocab-name-contains-dot path ;
         dup array? [ first ] when
         dup lookup-type [
             [ unparse write bl ]
-            [ dup string? [ unparse write ] [ [ pprint ] [ add-using ] bi ] if ] bi*
+            [ [ pprint ] [ dup string? [ drop ] [ add-using ] if ] bi ] bi*
         ] [
             drop unparse write bl null pprint
             null add-using