Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sgraf812/worklist

Worklistish algorithm in Haskell
https://github.com/sgraf812/worklist

Last synced: about 2 months ago
JSON representation

Worklistish algorithm in Haskell

Awesome Lists containing this project

README

        

`worklist` [![Build Status](https://travis-ci.org/sgraf812/worklist.svg?branch=master)](https://travis-ci.org/sgraf812/worklist)
==========

Library for a simple worklist implementation with dynamic edges. Intentionally
does not build on top of the lattice abstraction, shifting that responsibility
into transfer functions.

This is all work in progress documentation and performance wise, but should
mostly work by now.