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

Safe HaskellNone
LanguageHaskell98

GraphRewriting.Strategies.LeftmostOutermost

Synopsis

Documentation

class LeftmostOutermost n where Source

Gives us the the left port for a given node

Methods

lmoPort :: n -> Maybe Port Source