help: cleanup usings.
parent
c04ce00b45
commit
1031a02d15
|
@ -1,13 +1,10 @@
|
||||||
! Copyright (C) 2005, 2009 Slava Pestov.
|
! Copyright (C) 2005, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays definitions generic assocs math fry
|
USING: fry help.markup help.topics kernel math sequences ;
|
||||||
io kernel namespaces prettyprint prettyprint.sections
|
|
||||||
sequences words summary classes help.topics help.markup ;
|
|
||||||
IN: help.crossref
|
IN: help.crossref
|
||||||
|
|
||||||
: article-links ( topic elements -- seq )
|
: article-links ( topic elements -- seq )
|
||||||
[ article-content ] dip
|
[ article-content ] dip collect-elements ;
|
||||||
collect-elements ;
|
|
||||||
|
|
||||||
: article-children ( topic -- seq )
|
: article-children ( topic -- seq )
|
||||||
{ $subsection $subsections } article-links [ >link ] map ;
|
{ $subsection $subsections } article-links [ >link ] map ;
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
! Copyright (C) 2007, 2009 Slava Pestov.
|
! Copyright (C) 2007, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors definitions help help.topics help.syntax
|
USING: accessors definitions help help.syntax help.topics kernel
|
||||||
prettyprint.backend prettyprint.custom prettyprint words kernel
|
prettyprint.backend prettyprint.custom see words ;
|
||||||
effects see ;
|
|
||||||
IN: help.definitions
|
IN: help.definitions
|
||||||
|
|
||||||
! Definition protocol implementation
|
! Definition protocol implementation
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
! Copyright (C) 2005, 2010 Slava Pestov.
|
! Copyright (C) 2005, 2010 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.x
|
! See http://factorcode.org/license.txt for BSD license.x
|
||||||
USING: accessors arrays definitions generic assocs
|
USING: accessors assocs definitions kernel make namespaces
|
||||||
io kernel namespaces make prettyprint prettyprint.sections
|
prettyprint summary vocabs words ;
|
||||||
sequences words summary classes strings vocabs ;
|
|
||||||
IN: help.topics
|
IN: help.topics
|
||||||
|
|
||||||
TUPLE: link name ;
|
TUPLE: link name ;
|
||||||
|
|
Loading…
Reference in New Issue