@hackage guarded-rewriting0.1
Datatype-generic rewriting with preconditions
Categories
License
BSD-3-Clause
Maintainer
generics@haskell.org
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1 Wed, 3 Mar 2010
Installation
Dependencies (2)
- base >=3.0 && <5
- instant-generics >=0.1 && <1.0 Show all…
Dependents (1)
@hackage/acme-everything
This package provides rewriting functionality for datatypes. Most forms of datatypes are supported, including parametrized and mutually-recursive.
This library has been described in the paper:
Thomas van Noort, Alexey Rodriguez Yakushev, Stefan Holdermans, Johan Jeuring, Bastiaan Heeren, Jose Pedro Magalhaes. A Lightweight Approach to Datatype-Generic Rewriting. Journal of Functional Programming, Special Issue on Generic Programming, 2010.
More information about this library can be found at http://www.cs.uu.nl/wiki/GenericProgramming/GuardedRewriting.