mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
simplify systemv argument storing and loading
This commit is contained in:
parent
89201676ef
commit
b968122bee
5 changed files with 254 additions and 168 deletions
|
@ -1402,6 +1402,7 @@ define_builtins! {
|
|||
77 LIST_COUNT_IF: "countIf"
|
||||
78 LIST_WALK_FROM: "walkFrom"
|
||||
79 LIST_WALK_FROM_UNTIL: "walkFromUntil"
|
||||
80 LIST_ITER_HELP: "iterHelp"
|
||||
}
|
||||
7 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue