Move io.streams.string from core to basis

db4
Slava Pestov 2009-02-06 01:58:51 -06:00
parent 703ea67ac4
commit a0c1d32197
7 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2006 Doug Coleman ! Copyright (C) 2006 Doug Coleman
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel math sequences sequences.private namespaces USING: kernel math sequences sequences.private namespaces
words io io.binary io.files io.streams.string quotations words io io.binary io.files quotations
definitions checksums ; definitions checksums ;
IN: checksums.crc32 IN: checksums.crc32

View File

@ -3,7 +3,7 @@
USING: arrays definitions generic assocs kernel math namespaces USING: arrays definitions generic assocs kernel math namespaces
sequences strings vectors words words.symbol quotations io sequences strings vectors words words.symbol quotations io
combinators sorting splitting math.parser effects continuations combinators sorting splitting math.parser effects continuations
io.files io.streams.string vocabs io.encodings.utf8 source-files io.files vocabs io.encodings.utf8 source-files
classes hashtables compiler.errors compiler.units accessors sets classes hashtables compiler.errors compiler.units accessors sets
lexer vocabs.parser ; lexer vocabs.parser ;
IN: parser IN: parser