Skip to content

AlexKnauth/typed-racket-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typed-racket-stream

A typed wrapper for using streams in typed racket.

Typed racket (as of racket version 6.3) doesn't have a type for streams, so this uses (Sequenceof a) as the type for streams. Every stream is a valid sequence, but not every sequence is a valid stream. It will raise an exception late at runtime when given a sequence that is not a stream.

About

streams for typed racket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages