Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixschl/purescript-pipes
Purescript port of Pipes - http://hackage.haskell.org/package/pipes-4.1.9
https://github.com/felixschl/purescript-pipes
Last synced: 7 days ago
JSON representation
Purescript port of Pipes - http://hackage.haskell.org/package/pipes-4.1.9
- Host: GitHub
- URL: https://github.com/felixschl/purescript-pipes
- Owner: felixSchl
- Created: 2016-05-13T00:41:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T00:43:27.000Z (over 2 years ago)
- Last Synced: 2024-12-07T04:12:16.736Z (27 days ago)
- Language: PureScript
- Size: 50.8 KB
- Stars: 33
- Watchers: 4
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![build](https://github.com/felixSchl/purescript-pipes/actions/workflows/build.yml/badge.svg)](https://github.com/felixSchl/purescript-pipes/actions/workflows/build.yml)
# Purescript pipes
> Port of the haskell pipes library by Gabriel Gonzalez to purescript:
> https://hackage.haskell.org/package/pipes## Thanks to
* @scott-christopher for porting `ListT` and writing the `MonadError`,
`MonadWriter`, `MonadPlus` and `Alternative` instances for `Proxy`!## How-To
For an in-depth overview of pipes follow the tutorial that comes with the
Haskell pipes library. The concepts apply one to one to purescript-pipes.Also have a look at the examples that come with purescript-pipes. You can run
them using `npm run example`.