gitextract_l6xj46in/ ├── .github/ │ └── workflows/ │ └── haskell.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── Setup.hs ├── benchmarks/ │ ├── Common.hs │ ├── LiftBench.hs │ └── PreludeBench.hs ├── laws.md ├── nix/ │ └── .gitkeep ├── pipes.cabal ├── release.nix ├── shell.nix ├── src/ │ ├── Pipes/ │ │ ├── Core.hs │ │ ├── Internal.hs │ │ ├── Lift.hs │ │ ├── Prelude.hs │ │ └── Tutorial.hs │ └── Pipes.hs ├── stack.yaml └── tests/ └── Main.hs