Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pthariensflame/channelt

Generalized stream processors
https://github.com/pthariensflame/channelt

Last synced: 27 days ago
JSON representation

Generalized stream processors

Awesome Lists containing this project

README

        

# ChannelT

[![Build Status](https://travis-ci.org/pthariensflame/ChannelT.svg?branch=master)](https://travis-ci.org/pthariensflame/ChannelT)
[![Hackage](https://img.shields.io/hackage/v/ChannelT.svg)](http://hackage.haskell.org/package/ChannelT)
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/ChannelT.svg)](http://hackage.haskell.org/package/ChannelT)
[![GitHub license](https://img.shields.io/github/license/pthariensflame/ChannelT.svg)](https://raw.githubusercontent.com/pthariensflame/ChannelT/master/LICENSE)

A mutual generalization of [pipes](https://hackage.haskell.org/package/pipes) and [machines](https://hackage.haskell.org/package/machines);
a library for exploring a particular corner of the design space of streaming IO (and other related tasks) in Haskell.