X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Flint%2Flint.factor;h=b874bc8abbc483480c73f6c7c45adee5cb814bc5;hp=42639ce89395437d6c8bd1cdf02962debeddb017;hb=73d221dd055d8546d525a8c61adcab8d481ab5ad;hpb=05522be58bfad81a32c30cfde4e190427909d4a2 diff --git a/extra/lint/lint.factor b/extra/lint/lint.factor index 42639ce893..b874bc8abb 100644 --- a/extra/lint/lint.factor +++ b/extra/lint/lint.factor @@ -1,10 +1,11 @@ ! Copyright (C) 2007, 2008, 2011 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs classes classes.tuple.private -combinators.short-circuit continuations io kernel kernel.private -locals.backend make math math.private namespaces prettyprint -quotations sequences sequences.deep shuffle slots.private -splitting stack-checker vocabs words words.alias ; +USING: accessors arrays assocs assocs.extras classes +classes.tuple.private combinators.short-circuit continuations io +kernel kernel.private locals.backend make math math.private +namespaces prettyprint quotations sequences sequences.deep +shuffle slots.private splitting stack-checker vocabs words +words.alias ; IN: lint