Open wuhu opened 2 years ago
In aleph it used to be possible to write
mytransform << 1
instead of
mytransform(1)
In my opinion this is super convenient for interactive use when working with / inspecting composed transforms.
bla[:3] >> he >> hu << 1
(bla[:3] >> he >> hu)(1)
I don't know of any drawback.
🛰️ Feature
In aleph it used to be possible to write
instead of
In my opinion this is super convenient for interactive use when working with / inspecting composed transforms.
instead of
I don't know of any drawback.