mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
hooking everything up
This commit is contained in:
parent
84d5cbc4f1
commit
ee21f86f8f
9 changed files with 334 additions and 19 deletions
|
@ -39,3 +39,4 @@ pub const DICT_HASH: &str = "roc_builtins.dict.hash";
|
|||
pub const DICT_HASH_STR: &str = "roc_builtins.dict.hash_str";
|
||||
pub const DICT_LEN: &str = "roc_builtins.dict.len";
|
||||
pub const DICT_EMPTY: &str = "roc_builtins.dict.empty";
|
||||
pub const DICT_INSERT: &str = "roc_builtins.dict.insert";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue