Fix using list
parent
fb9f1de3e4
commit
d00cc766a4
|
@ -1,11 +1,11 @@
|
||||||
! (c)2010 Joe Groff bsd license
|
! (c)2010 Joe Groff bsd license
|
||||||
USING: accessors arrays assocs calendar calendar.format
|
USING: accessors arrays assocs calendar calendar.format
|
||||||
combinators combinators.short-circuit fry io io.backend
|
combinators combinators.short-circuit fry io io.backend
|
||||||
io.directories io.encodings.binary io.encodings.detect
|
io.directories io.directories.hierarchy io.encodings.binary
|
||||||
io.encodings.utf8 io.files io.files.info io.files.types
|
io.encodings.detect io.encodings.utf8 io.files io.files.info
|
||||||
io.files.unique io.launcher io.pathnames kernel locals math
|
io.files.types io.files.unique io.launcher io.pathnames kernel
|
||||||
math.parser namespaces sequences sorting strings system
|
locals math math.parser namespaces sequences sorting strings
|
||||||
unicode.categories xml.syntax xml.writer xmode.catalog
|
system unicode.categories xml.syntax xml.writer xmode.catalog
|
||||||
xmode.marker xmode.tokens ;
|
xmode.marker xmode.tokens ;
|
||||||
IN: codebook
|
IN: codebook
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue