Fix more load errors

db4
Slava Pestov 2008-12-08 20:13:04 -06:00
parent 1d57b0bc50
commit e8027742cf
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
USING: kernel parser lexer locals.private ; USING: kernel parser lexer locals.parser locals.types ;
IN: bind-in IN: bind-in

View File

@ -1,5 +1,5 @@
USING: words kernel sequences locals USING: words kernel sequences locals locals.parser
locals.private accessors parser namespaces continuations locals.definitions accessors parser namespaces continuations
summary definitions generalizations arrays ; summary definitions generalizations arrays ;
IN: descriptive IN: descriptive

View File

@ -2,8 +2,9 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors assocs math kernel shuffle generalizations USING: accessors assocs math kernel shuffle generalizations
words quotations arrays combinators sequences math.vectors words quotations arrays combinators sequences math.vectors
io.styles prettyprint vocabs sorting io generic locals.private io.styles prettyprint vocabs sorting io generic
math.statistics math.order combinators.lib ; math.statistics math.order combinators.lib locals.types
locals.definitions ;
IN: reports.noise IN: reports.noise
: badness ( word -- n ) : badness ( word -- n )