Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zshipko/ocaml-fusion

Lazy streams for OCaml
https://github.com/zshipko/ocaml-fusion

ocaml stream-fusion

Last synced: 19 days ago
JSON representation

Lazy streams for OCaml

Awesome Lists containing this project

README

        

# Fusion

This module implements a stream fusion system based on the following paper: [Stream Fusion. From Lists to Streams to Nothing at All](http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.104.7401)

## Installation

opam pin add fusion https://github.com/zshipko/ocaml-fusion.git

## Testing

jbuilder runtest

## Documentation

See [the original paper](http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.104.7401) and `src/fusion.mli` for more information