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

[ bsd3, data, library ] [ Propose Tags ]

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]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.4.0.0
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:32:45Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1313 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for Tape-0.4.0.0

[back to package description]

Tape

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