help: fixed USING

db4
nicolas-p 2015-08-16 11:01:32 +02:00 committed by John Benediktsson
parent bfb81f67cf
commit d71f7b955e
1 changed files with 4 additions and 4 deletions

View File

@ -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