]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/match/match-docs.factor
factor: trim using lists
[factor.git] / basis / match / match-docs.factor
index 11d89a9811fd116d3cb05643f294f769a64b9ae7..fd98ebf389aa208b931748660ce23628a2dd9710 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2006 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: help.markup help.syntax namespaces assocs sequences
+USING: help.markup help.syntax namespaces assocs
 kernel combinators ;
 IN: match