mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
commit
1211fa93f7
11 changed files with 230 additions and 2 deletions
|
@ -63,6 +63,7 @@ pub const DICT_WALK: &str = "roc_builtins.dict.walk";
|
|||
pub const SET_FROM_LIST: &str = "roc_builtins.dict.set_from_list";
|
||||
|
||||
pub const LIST_MAP: &str = "roc_builtins.list.map";
|
||||
pub const LIST_MAP2: &str = "roc_builtins.list.map2";
|
||||
pub const LIST_MAP_WITH_INDEX: &str = "roc_builtins.list.map_with_index";
|
||||
pub const LIST_KEEP_IF: &str = "roc_builtins.list.keep_if";
|
||||
pub const LIST_KEEP_OKS: &str = "roc_builtins.list.keep_oks";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue