graph-rewriting-0.7.9: Monadic graph rewriting of hypergraphs with ports and multiedges
Safe Haskell
None
Language
Haskell98
Data.View
Description
The multi-parameter type-class View provides an abstraction View v n of a type n that exposes a value of type v. It allows both to inspect and update the value, while hiding the internal structure of the value type (n).