graph-rewriting-strategies-0.2.9: Evaluation strategies for port-graph rewriting systems
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 #

Instances

Instances details
LeftmostOutermost n => LeftmostOutermost (Wrapper n) Source # 
Instance details

Defined in GraphRewriting.Strategies.LeftmostOutermost

Methods

lmoPort :: Wrapper n -> Maybe Port Source #