mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Temporarily disable List.get in favor of getUnsafe
This commit is contained in:
parent
52a3e0afb5
commit
1bee16decd
6 changed files with 141 additions and 142 deletions
|
@ -642,7 +642,7 @@ define_builtins! {
|
|||
10 LIST_LEN: "len"
|
||||
11 LIST_FOLDL: "foldl"
|
||||
12 LIST_FOLDR: "foldr"
|
||||
13 LIST_GET_UNSAFE: "#getUnsafe"
|
||||
13 LIST_GET_UNSAFE: "getUnsafe"
|
||||
14 LIST_CONCAT: "concat"
|
||||
15 LIST_FIRST: "first"
|
||||
16 LIST_FIRST_ARG: "first#list"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue