use morphic update mode

This commit is contained in:
Folkert 2021-06-22 20:53:55 +02:00
parent 059cac3b98
commit 27308e98b7
5 changed files with 73 additions and 20 deletions

View file

@ -65,3 +65,4 @@ pub const LIST_REVERSE: &str = "roc_builtins.list.reverse";
pub const LIST_SORT_WITH: &str = "roc_builtins.list.sort_with";
pub const LIST_CONCAT: &str = "roc_builtins.list.concat";
pub const LIST_SET: &str = "roc_builtins.list.set";
pub const LIST_SET_IN_PLACE: &str = "roc_builtins.list.set_in_place";