mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Drop unexposed List symbol
List.iterate doesn't need a manual Symbol entry because it's not exposed.
This commit is contained in:
parent
d60ad6b5af
commit
97720c4090
1 changed files with 6 additions and 7 deletions
|
@ -1290,13 +1290,12 @@ define_builtins! {
|
|||
66 LIST_GET_UNSAFE: "getUnsafe"
|
||||
67 LIST_REPLACE_UNSAFE: "replaceUnsafe"
|
||||
68 LIST_WITH_CAPACITY: "withCapacity"
|
||||
69 LIST_ITERATE: "iterate"
|
||||
70 LIST_UNREACHABLE: "unreachable"
|
||||
71 LIST_RESERVE: "reserve"
|
||||
72 LIST_APPEND_UNSAFE: "appendUnsafe"
|
||||
73 LIST_SUBLIST_LOWLEVEL: "sublistLowlevel"
|
||||
74 LIST_CAPACITY: "capacity"
|
||||
75 LIST_MAP_TRY: "mapTry"
|
||||
69 LIST_UNREACHABLE: "unreachable"
|
||||
70 LIST_RESERVE: "reserve"
|
||||
71 LIST_APPEND_UNSAFE: "appendUnsafe"
|
||||
72 LIST_SUBLIST_LOWLEVEL: "sublistLowlevel"
|
||||
73 LIST_CAPACITY: "capacity"
|
||||
74 LIST_MAP_TRY: "mapTry"
|
||||
}
|
||||
7 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue