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