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

Safe HaskellNone

GraphRewriting.Strategies.LeftmostOutermost

Synopsis

Documentation

class LeftmostOutermost n whereSource

Gives us the the left port for a given node

Methods

lmoPort :: n -> Maybe PortSource