io.streams.peek: use namespaces.

db4
John Benediktsson 2013-01-21 18:09:40 -08:00
parent a4ac126d1f
commit df0c03eeb8
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
! Copyright (C) 2011 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors combinators combinators.short-circuit
destructors io io.private kernel locals math sequences
vectors ;
destructors io io.private kernel locals math namespaces
sequences vectors ;
IN: io.streams.peek
TUPLE: peek-stream stream peeked ;