mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
* add type for Num.toStr
* create new lowlevel
* delete types and Symbol for fromInt and fromFloat
* leave LowLevel::{StrFromFloat,StrFromInt}
* match on LowLevel::NumToStr and figure out the layout to decide
which build function to delegate to
|
||
|---|---|---|
| .. | ||
| called_via.rs | ||
| ident.rs | ||
| lib.rs | ||
| low_level.rs | ||
| module_err.rs | ||
| symbol.rs | ||