Fix more load errors
parent
1d57b0bc50
commit
e8027742cf
|
@ -1,5 +1,5 @@
|
|||
|
||||
USING: kernel parser lexer locals.private ;
|
||||
USING: kernel parser lexer locals.parser locals.types ;
|
||||
|
||||
IN: bind-in
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue