Copy#
- class discopy.markov.Copy(x, n=2)[source]#
Bases:
BoxThe copy of an atomic type
xsomennumber of times.- Parameters:
x (monoidal.Ty) – The type to copy.
n (int) – The number of copies.
Bases: Box
The copy of an atomic type x some n number of times.
x (monoidal.Ty) – The type to copy.
n (int) – The number of copies.