I’ve seen this triangle operator |>
in some code examples, but couldn’t find any information about it in the reason docs. There’s only ->
described as a fast pipe.
I’ve made a primitive demo, to find out what the difference was, but results turned out the same: Link for the demo