Closed majidaldo closed 2 years ago
(did i see this mentioned feature somewhere?)
Python offers pipe , rshift, and matmul that could be used.
No, sorry. This is a documented decision. user.map(function) is much easier to read than user >> function.
user.map(function)
user >> function
You can write your own containers using our hkt feature with any operators you like.
hkt
(did i see this mentioned feature somewhere?)
Python offers pipe , rshift, and matmul that could be used.