mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
Rename Task.seq -> Task.sequence
This commit is contained in:
parent
bb9b7d22b5
commit
bdb50912b8
2 changed files with 6 additions and 6 deletions
|
@ -1758,7 +1758,7 @@ define_builtins! {
|
|||
9 TASK_MAP_ERR: "mapErr"
|
||||
10 TASK_FROM_RESULT: "fromResult"
|
||||
11 TASK_BATCH: "batch"
|
||||
12 TASK_SEQ: "seq"
|
||||
12 TASK_SEQUENCE: "sequence"
|
||||
13 TASK_FOR_EACH: "forEach"
|
||||
14 TASK_RESULT: "result"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue