mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
make Set/Dict mostly work
This commit is contained in:
parent
4d33e32078
commit
79f8ae4e69
6 changed files with 107 additions and 57 deletions
|
@ -1320,6 +1320,7 @@ define_builtins! {
|
|||
14 DICT_DIFFERENCE: "difference"
|
||||
|
||||
15 DICT_GET_LOWLEVEL: "getLowlevel"
|
||||
16 DICT_WITH_CAPACITY: "withCapacity"
|
||||
}
|
||||
8 SET: "Set" => {
|
||||
0 SET_SET: "Set" // the Set.Set type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue