withdependencies

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

https://github.com/bartavelle/withdependencies

Version on this page:0.2.4.1
LTS Haskell 22.13:0.3.0
Stackage Nightly 2024-03-14:0.3.0
Latest on Hackage:0.3.0

See all snapshots withdependencies appears in

GPL-3.0-only licensed by Simon Marechal
Maintained by [email protected]
This version can be pinned in stack with:withdependencies-0.2.4.1@sha256:930822afc38bda5cdee6f9d5b73dde6edc86d081f28b78f6e4e7273578d6d8fe,1698

Module documentation for 0.2.4.1

withdependencies

Build Status withdependencies on Stackage LTS 3 withdependencies on Stackage Nightly

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.