Application#
- class discopy.biclosed.Application(func, args, left=False)[source]#
Bases:
TermBaseThe application either
func(args)of a termfuncof typeY << Xto a termargsof typeXorargs(func, left=True)of a termargsof typeXfed as input to a termfuncof typeX >> Y.- Parameters:
func (Term) –
args (Term) –
left (bool) –
- func#
The function being applied.
- Type:
Term
- args#
The arguments to which the function is applied.
- Type:
Term
- left#
Whether the argument comes in from the left or right.
- Type:
bool