Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sgraf812/datafix

Fixing data-flow problems in expression trees
https://github.com/sgraf812/datafix

compiler-optimization data-flow-analysis haskell

Last synced: 3 months ago
JSON representation

Fixing data-flow problems in expression trees

Awesome Lists containing this project

README

        

`datafix` [![Build Status](https://github.com/sgraf812/datafix/workflows/Haskell-CI/badge.svg)](https://github.com/sgraf812/datafix/actions) [![Hackage](https://img.shields.io/hackage/v/datafix.svg)](https://hackage.haskell.org/package/datafix)
==========

Library for separating specification of a data-flow problem from computing its solution.

See the haddocks in `Datafix.Tutorial` for an introduction and the `examples/` folder for more advanced material.