Stream: beginners

Topic: Precedence operator?


view this post on Zulip Asher Mancinelli (Jan 30 2024 at 19:18):

Is there a precedence operator like $ in haskell to reduce the parentheses?

view this post on Zulip Elias Mulhall (Jan 30 2024 at 19:37):

The pipe |>operator is basically it https://www.roc-lang.org/tutorial#the-pipe-operator


Last updated: Jul 06 2025 at 12:14 UTC