type ForwardCombinator
source code
object --+
|
DirectedBinaryCombinator --+
|
ForwardCombinator
Class representing combinators where the primary functor is on the
left.
Takes an undirected combinator, and a predicate which adds constraints
restricting the cases in which it may apply.
__init__(self,
combinator,
predicate,
suffix='')
(Constructor)
| source code
|
- Overrides:
object.__init__
- (inherited documentation)
|
__str__(self)
(Informal representation operator)
| source code
|
- Overrides:
object.__str__
- (inherited documentation)
|