The graph-rewriting package
This library provides a monadic EDSL to define your own graph rewrite system in Haskell. Once you have specified the signature of your graph and a set of rewrite rules, you can apply these rules on a graph to effect a graph transformation. The aim of this library is to make it as convenient as possible to define such a system and experiment with it and is not designed as a backend for high-performance computation.
Properties
| Versions | 0.4.8, 0.4.9, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4 |
|---|---|
| Dependencies | base (≥4 & <4.5), base-unicode-symbols (0.2.*), containers (≥0.3 & <0.5), mtl (1.1.*) |
| License | BSD3 |
| Copyright | (c) 2010, Jan Rochel |
| Author | Jan Rochel |
| Maintainer | jan@rochel.info |
| Stability | beta |
| Category | Graphs, Data |
| Home page | http://rochel.info/#graph-rewriting |
| Upload date | Thu Sep 8 11:13:32 UTC 2011 |
| Uploaded by | JanRochel |
| Built on | ghc-7.2 |
Modules
Downloads
- graph-rewriting-0.5.3.tar.gz (Cabal source package)
- package description (included in the package)