sortWith boilerplate done

This commit is contained in:
Eric Henry 2021-03-30 11:05:31 -04:00
parent 1320930a73
commit 7045737669
8 changed files with 111 additions and 1 deletions

View file

@ -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";