graph-rewriting-strategies-0.2: Evaluation strategies for port-graph rewriting systems

Safe HaskellNone

GraphRewriting.Strategies.Control

Synopsis

Documentation

data Wrapper n Source

Constructors

Wrapper 

Fields

control :: Control
 
wrapped :: n
 

data Control Source

Constructors

Control 

Fields

stack :: [Node]
 
NoControl 

Instances

wrapGraph :: Graph n -> Graph (Wrapper n)Source

Wraps the nodes of a graph, augmenting them with control information