]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/search/search.factor
factor: trim more using lists.
[factor.git] / basis / help / search / search.factor
index f6cc8071f676024ea2311dde0c97bcad3b411b4d..3ed9b2f08b757c23d2bc814c0897b26e4d387ffd 100644 (file)
@@ -1,11 +1,10 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: arrays assocs combinators combinators.short-circuit fry
-help help.apropos help.markup help.stylesheet help.topics io
-io.streams.string io.styles kernel math memoize namespaces
-sequences sequences.deep sorting splitting strings unicode
-words ;
+USING: arrays combinators combinators.short-circuit help
+help.apropos help.markup help.stylesheet help.topics io
+io.styles kernel math namespaces sequences sorting splitting
+strings unicode words ;
 
 IN: help.search