Skip to content

Commit 349cff5

Browse files
committed
remove todo notice
1 parent 7eeb524 commit 349cff5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/list.gr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,6 @@ provide module Mutable {
11791179
*/
11801180

11811181
provide let insert = (index, value, list) => {
1182-
// TODO change param order on immutable list
11831182
if (index == 0) {
11841183
addFirst(value, list)
11851184
} else if (index == list.length) {

0 commit comments

Comments
 (0)