Stream: beginners

Topic: ✔ builtin src


view this post on Zulip Steven Chen (Dec 09 2023 at 22:25):

Are there source code of builtins? Or it is just part of compiler?

view this post on Zulip Steven Chen (Dec 09 2023 at 22:26):

I mean src in roc lang

view this post on Zulip Steven Chen (Dec 09 2023 at 22:31):

Wanted to understand how type class hierarchy was implemented. Eg. Num => Int => U8

view this post on Zulip Luke Boswell (Dec 09 2023 at 22:31):

https://github.com/roc-lang/roc/tree/main/crates/compiler/builtins/roc

view this post on Zulip Steven Chen (Dec 09 2023 at 22:32):

Cool thanks!

view this post on Zulip Richard Feldman (Dec 09 2023 at 23:31):

feel free to ask any questions about how the number types work! :smiley:

view this post on Zulip Notification Bot (Dec 15 2023 at 00:13):

Steven Chen has marked this topic as resolved.


Last updated: Jul 06 2025 at 12:14 UTC