mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
sortWith boilerplate done
This commit is contained in:
parent
1320930a73
commit
7045737669
8 changed files with 111 additions and 1 deletions
|
@ -74,3 +74,4 @@ pub const LIST_WALK_BACKWARDS: &str = "roc_builtins.list.walk_backwards";
|
|||
pub const LIST_CONTAINS: &str = "roc_builtins.list.contains";
|
||||
pub const LIST_REPEAT: &str = "roc_builtins.list.repeat";
|
||||
pub const LIST_APPEND: &str = "roc_builtins.list.append";
|
||||
pub const LIST_SORT_WITH: &str = "roc_builtins.list.sort_with";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue