@hackage / withdependencies

Run computations that depend on one or more elements in a stream.

Latest0.3.1

About

Metadata

  • Last updated , by SimonMarechal
  • License GPL-3.0-only
  • Maintained by: bartavelle@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.2
  3. 9.6.6

Readme

withdependencies

Haskell-CI

Model computation with dependencies, and evaluate them over streams of elements.

This module was created to handle tree-like computations that require elements from a stream that might arrive in arbitrary order.

The particular use case was a computation requiring several files from a tar archive. The archive would be parsed as a stream of files, and the computation would end as soon as all required files would be traversed.