class documentation

class UndirectedComposition(UndirectedBinaryCombinator): (source)

View In Hierarchy

Functional composition (harmonic) combinator. Implements rules of the form X/Y Y/Z -> X/Z (B>) And the corresponding backwards and crossed variations.

Method __str__ Undocumented
Method can_combine Undocumented
Method combine Undocumented
def __str__(self): (source)

Undocumented

def can_combine(self, function, argument): (source)
def combine(self, function, argument): (source)