Rename Task.seq -> Task.sequence

This commit is contained in:
Sam Mohr 2024-07-31 13:35:36 -07:00
parent bb9b7d22b5
commit bdb50912b8
2 changed files with 6 additions and 6 deletions

View file

@ -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"
}