Fix using list

release
Doug Coleman 2010-09-12 00:26:00 -05:00
parent fb9f1de3e4
commit d00cc766a4
1 changed files with 5 additions and 5 deletions

View File

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