roc/compiler/module/src
rvcas f995a07029 feat: Num.toStr
* 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
2021-11-30 14:52:06 -05:00
..
called_via.rs Remove Sugar enum and inline single variant into CalledVia 2021-11-18 21:23:41 -05:00
ident.rs add faster insertion path for tag unions 2021-11-24 20:38:52 +01:00
lib.rs Rename roc_module::operator -> roc_module::called_via 2021-11-18 20:20:33 -05:00
low_level.rs feat: Num.toStr 2021-11-30 14:52:06 -05:00
module_err.rs started using scope properly, improved error backtrace conversion 2021-10-16 19:37:20 +02:00
symbol.rs feat: Num.toStr 2021-11-30 14:52:06 -05:00