mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
dict walk
This commit is contained in:
parent
39c4353554
commit
1256327caa
12 changed files with 307 additions and 3 deletions
|
@ -49,3 +49,4 @@ pub const DICT_VALUES: &str = "roc_builtins.dict.values";
|
|||
pub const DICT_UNION: &str = "roc_builtins.dict.union";
|
||||
pub const DICT_DIFFERENCE: &str = "roc_builtins.dict.difference";
|
||||
pub const DICT_INTERSECTION: &str = "roc_builtins.dict.intersection";
|
||||
pub const DICT_WALK: &str = "roc_builtins.dict.walk";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue