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

https://github.com/sdiehl/unirewrite

Generic term rewriting
https://github.com/sdiehl/unirewrite

Last synced: 2 months ago
JSON representation

Generic term rewriting

Awesome Lists containing this project

README

          

Unirewrite
==========

Term rewriting machinery for arbitrary data types using the Uniplate generic programming library.

Installation
------------

```bash
$ cabal sandbox init
$ cabal configure
$ cabal install --only-dependencies
```

Usage
-----

Tests
-----

```bash
$ cabal test
```

License
-------

Released under the MIT License. Copyright (c) 2014, Stephen Diehl.