mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
implement Dict.empty
This commit is contained in:
parent
0166a4d915
commit
7e89307292
5 changed files with 54 additions and 24 deletions
|
@ -35,3 +35,4 @@ pub const STR_FROM_INT: &str = "roc_builtins.str.from_int";
|
|||
pub const STR_EQUAL: &str = "roc_builtins.str.equal";
|
||||
|
||||
pub const DICT_LEN: &str = "roc_builtins.dict.len";
|
||||
pub const DICT_EMPTY: &str = "roc_builtins.dict.empty";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue