mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
feat(Str.toNum): support decimal
This commit is contained in:
parent
d8a3a961bf
commit
bc5b1abcba
5 changed files with 34 additions and 1 deletions
|
@ -302,6 +302,7 @@ pub const LIST_ANY: &str = "roc_builtins.list.any";
|
|||
pub const LIST_ALL: &str = "roc_builtins.list.all";
|
||||
pub const LIST_FIND_UNSAFE: &str = "roc_builtins.list.find_unsafe";
|
||||
|
||||
pub const DEC_FROM_STR: &str = "roc_builtins.dec.from_str";
|
||||
pub const DEC_FROM_F64: &str = "roc_builtins.dec.from_f64";
|
||||
pub const DEC_EQ: &str = "roc_builtins.dec.eq";
|
||||
pub const DEC_NEQ: &str = "roc_builtins.dec.neq";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue