what's the difference between compiler/builtins/docs/Num.roc
and compiler/builtins/roc/Num.roc
?
docs is for docs, roc
is for this branch https://github.com/rtfeldman/roc/pull/2613 which will make it possible to write most builtins in roc
I'd like to unify those in the future
Re unification: does this necessary separation currently apply to user Roc modules as well, or just the builtins?
Just the builtins
yeah - I think we just need to move the doc comments over to builtins/roc
and then have the documentation generation code look in that directory
in theory that's all it would take :big_smile:
yes though please hold off on that until the branch is merged
Last updated: Jul 06 2025 at 12:14 UTC