mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
TODO: Actually implement the functions
This commit is contained in:
parent
9dad304e95
commit
22e781259d
10 changed files with 84 additions and 10 deletions
|
@ -9,7 +9,7 @@ pub const NUM_ATAN: &str = "roc_builtins.num.atan";
|
|||
pub const NUM_IS_FINITE: &str = "roc_builtins.num.is_finite";
|
||||
pub const NUM_POW_INT: &str = "roc_builtins.num.pow_int";
|
||||
pub const NUM_BYTES_TO_U16: &str = "roc_builtins.num.bytes_to_u16";
|
||||
|
||||
pub const NUM_BYTES_TO_U32: &str = "roc_builtins.num.bytes_to_u32";
|
||||
|
||||
pub const STR_INIT: &str = "roc_builtins.str.init";
|
||||
pub const STR_COUNT_SEGMENTS: &str = "roc_builtins.str.count_segments";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue