mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
union and intersection
This commit is contained in:
parent
cbe91abcc2
commit
02db8f1a05
11 changed files with 579 additions and 1 deletions
|
@ -910,6 +910,10 @@ define_builtins! {
|
|||
9 DICT_CONTAINS: "contains"
|
||||
10 DICT_KEYS: "keys"
|
||||
11 DICT_VALUES: "values"
|
||||
|
||||
12 DICT_UNION: "union"
|
||||
13 DICT_INTERSECTION: "intersection"
|
||||
14 DICT_DIFFERENCE: "difference"
|
||||
}
|
||||
7 SET: "Set" => {
|
||||
0 SET_SET: "Set" imported // the Set.Set type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue