add builtin List.min

This commit is contained in:
Tim Whiting 2021-10-27 20:28:34 -06:00
parent d7083d5daf
commit c721a1cc1f
4 changed files with 159 additions and 1 deletions

View file

@ -1053,6 +1053,8 @@ define_builtins! {
33 LIST_SWAP: "swap"
34 LIST_DROP_AT: "dropAt"
35 LIST_DROP_LAST: "dropLast"
36 LIST_MIN: "min"
37 LIST_MIN_LT: "#minlt"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias