Tape: Bidirectionally infinite streams, akin to the tape of a Turing machine.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This module implements two-way infinite streams with a focused element, akin to a Turing machine's tape. This structure is also known by the name of a list zipper (although in this case it's a list zipper with the additional criterion that the list is infinite in both directions).


[Skip to Readme]

Properties

Versions 0.4.0.0, 0.4.0.0
Change log None available
Dependencies base (>=4.7 && <4.8), comonad (>=4.2 && <4.3), distributive (>=0.4 && <0.5), Stream (>=0.4 && <0.5) [details]
License BSD-3-Clause
Author Kenneth Foner
Maintainer kenny.foner@gmail.com
Category Data
Home page https://github.com/kwf/Tape
Uploaded by kwf at 2014-06-28T04:31:49Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for Tape-0.4.0.0

[back to package description]

Tape

Bidirectionally infinite streams, akin to the tape of a Turing machine.