Giulio Foresto

Results 2 issues of Giulio Foresto

… an action that consumes some data Closes #1448

## Context On `servant-server`, I must serve some data that I query from a store. The persistance interface returns me some [`Stream`](https://hackage.haskell.org/package/streaming-0.2.3.0/docs/Streaming-Prelude.html) of resources, so actual queries to the store...