mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-04 00:54:36 +00:00
And also add it to the symbol.rs list
This commit is contained in:
parent
a4e1e4e59e
commit
83288ed7da
2 changed files with 8 additions and 7 deletions
|
@ -1246,6 +1246,7 @@ define_builtins! {
|
|||
56 LIST_SORT_DESC_COMPARE: "#sortDescCompare"
|
||||
57 LIST_REPLACE: "replace"
|
||||
58 LIST_IS_UNIQUE: "#isUnique"
|
||||
59 LIST_FIND_INDEX: "findIndex"
|
||||
}
|
||||
5 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue