Stream: beginners

Topic: Functions in collections


view this post on Zulip Nathan Kamenchu (May 14 2025 at 14:46):

Can roc handle functions in collections like lists
I don't have a minimal example with me at the moment and I wanted to ask before filing an issue

building for wasm errors when I try to call a function stored in lists and hashmaps

view this post on Zulip Brendan Hansknecht (May 14 2025 at 15:58):

It should work assuming all functions have the same signature or are stored in a tag union by signature.


Last updated: Jul 05 2025 at 12:14 UTC