graph-rewriting-strategies-0.2.6: 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

Minimal complete definition

lmoPort

Methods

lmoPort :: n -> Maybe Port Source #