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
|
IN: bind-in
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue