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

View File

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

View File

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