withdependencies

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

https://github.com/bartavelle/withdependencies

Version on this page:0.3.0
LTS Haskell 23.5:0.3.1
Stackage Nightly 2025-01-21:0.3.1
Latest on Hackage:0.3.1

See all snapshots withdependencies appears in

GPL-3.0-only licensed by Simon Marechal
Maintained by bartavelle@gmail.com
This version can be pinned in stack with:withdependencies-0.3.0@sha256:ed9a84b66357463732acf3121e4d708cd8420614c9bb33b4a3e88bbb09050fa8,1781

Module documentation for 0.3.0

withdependencies

Build Status

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.