help: cleanup usings.

locals-and-roots
John Benediktsson 2016-03-20 19:42:38 -07:00
parent c04ce00b45
commit 1031a02d15
3 changed files with 6 additions and 11 deletions

View File

@ -1,13 +1,10 @@
! Copyright (C) 2005, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: arrays definitions generic assocs math fry
io kernel namespaces prettyprint prettyprint.sections
sequences words summary classes help.topics help.markup ;
USING: fry help.markup help.topics kernel math sequences ;
IN: help.crossref
: article-links ( topic elements -- seq )
[ article-content ] dip
collect-elements ;
[ article-content ] dip collect-elements ;
: article-children ( topic -- seq )
{ $subsection $subsections } article-links [ >link ] map ;

View File

@ -1,8 +1,7 @@
! Copyright (C) 2007, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors definitions help help.topics help.syntax
prettyprint.backend prettyprint.custom prettyprint words kernel
effects see ;
USING: accessors definitions help help.syntax help.topics kernel
prettyprint.backend prettyprint.custom see words ;
IN: help.definitions
! Definition protocol implementation

View File

@ -1,8 +1,7 @@
! Copyright (C) 2005, 2010 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.x
USING: accessors arrays definitions generic assocs
io kernel namespaces make prettyprint prettyprint.sections
sequences words summary classes strings vocabs ;
USING: accessors assocs definitions kernel make namespaces
prettyprint summary vocabs words ;
IN: help.topics
TUPLE: link name ;