mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
reset
This commit is contained in:
parent
4359dcff73
commit
8f8b2463ea
5 changed files with 11 additions and 259 deletions
|
@ -1071,10 +1071,6 @@ define_builtins! {
|
|||
47 LIST_FIND: "find"
|
||||
48 LIST_FIND_RESULT: "#find_result" // symbol used in the definition of List.find
|
||||
49 LIST_SUBLIST: "sublist"
|
||||
50 LIST_TAKE_FIRST_2: "takeFirst2"
|
||||
51 LIST_TAKE_LAST_2: "takeLast2"
|
||||
52 LIST_TAKE_2_TEMP: "#take2"
|
||||
53 LIST_TAKE_3_TEMP: "#take3"
|
||||
}
|
||||
5 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue