Skip to content

Commit

Permalink
remove todo notice
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-snezhko committed Feb 24, 2024
1 parent 6bdf9f9 commit 5c86e4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/list.gr
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,6 @@ provide module Mutable {
* @since v0.6.0
*/
provide let insert = (index, value, list) => {
// TODO change param order on immutable list
if (index == 0) {
addFirst(value, list)
} else if (index == list.length) {
Expand Down

0 comments on commit 5c86e4a

Please sign in to comment.