Stream: beginners

Topic: is the `->` already implemented?


view this post on Zulip Andres Villegas (Jul 11 2026 at 19:13):

I remember watching a video not so long ago where some of the examples used the -> to do static dispatch on functions outside of a module. something like. my_str->my_func() is this syntax already in? is it still planned?

view this post on Zulip Bryce Miller (Jul 11 2026 at 20:40):

I think that’s implemented!

view this post on Zulip Anton (Jul 12 2026 at 10:58):

Yes, all_syntax_test.roc is a convenient place to check this.


Last updated: Jul 23 2026 at 13:15 UTC