help: fixed USING
parent
bfb81f67cf
commit
d71f7b955e
|
@ -1,9 +1,9 @@
|
|||
! Copyright (C) 2005, 2010 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs classes classes.tuple
|
||||
classes.error combinators combinators.short-circuit continuations
|
||||
debugger effects generic help.crossref help.markup help.stylesheet
|
||||
help.topics io io.styles kernel make namespaces prettyprint
|
||||
USING: accessors arrays assocs classes classes.error classes.tuple
|
||||
combinators combinators.short-circuit continuations debugger
|
||||
effects generic help.crossref help.markup help.stylesheet
|
||||
help.topics io io.styles kernel locals make namespaces prettyprint
|
||||
sequences sorting vocabs words words.symbol ;
|
||||
IN: help
|
||||
|
||||
|
|
Loading…
Reference in New Issue