]> gitweb.factorcode.org Git - factor.git/commitdiff
io.streams.limited: missed INSTANCE: input-stream
authorJoe Groff <arcata@gmail.com>
Wed, 19 Oct 2011 04:26:32 +0000 (21:26 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 19 Oct 2011 04:27:08 +0000 (21:27 -0700)
basis/io/streams/limited/limited.factor

index b387d640c4d50fca32ef5d9a105e3d055f8ae402..b025ec4eca34d4cbbd1d21dec66d6ac60fafa7db 100644 (file)
@@ -7,6 +7,7 @@ namespaces sequences math.order ;
 IN: io.streams.limited
 
 TUPLE: limited-stream stream count limit current start stop ;
+INSTANCE: limited-stream input-stream
 
 : <limited-stream> ( stream limit -- stream' )
     limited-stream new