Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixschl/purescript-pipes-aff
Purescript port of purescript-pipes-concurrency
https://github.com/felixschl/purescript-pipes-aff
Last synced: 7 days ago
JSON representation
Purescript port of purescript-pipes-concurrency
- Host: GitHub
- URL: https://github.com/felixschl/purescript-pipes-aff
- Owner: felixSchl
- Created: 2017-05-21T17:07:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T04:43:59.000Z (over 6 years ago)
- Last Synced: 2024-12-07T04:09:17.096Z (27 days ago)
- Language: PureScript
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purescript-aff-bus
> WIP: Purescript port of pipes-concurrency for Haskell
### TODO
#### Write instances
* [ ] Implement `Functor` instance for `Input`
* [ ] Implement `Applicative` instance for `Input`
* [ ] Implement `Bind` instance for `Input`
* [ ] Implement `Alternative` instance for `Input`
* [ ] Implement `Monoid` instance for `Input`
* [ ] Implement `MonadPlus` instance for `Input`
* [ ] Implement `Monoid` instance for `Output`
* [ ] Implement `Contravariant` instance for `Output`
* [ ] Implement `Divisable` instance for `Output`
* [ ] Implement `Decidable` instance for `Output`#### Buffering
* [ ] Implement buffer type: `Bounded Int`
* [ ] Implement buffer type: `Single`
* [ ] Implement buffer type: `Latest a`
* [ ] Implement buffer type: `Newest Int`
* [ ] Implement buffer type: `New`