https://github.com/sdiehl/unirewrite
Generic term rewriting
https://github.com/sdiehl/unirewrite
Last synced: 2 months ago
JSON representation
Generic term rewriting
- Host: GitHub
- URL: https://github.com/sdiehl/unirewrite
- Owner: sdiehl
- License: mit
- Created: 2013-12-25T02:40:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T21:30:56.000Z (over 11 years ago)
- Last Synced: 2025-03-15T06:43:41.814Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 375 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.