Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Oct 23, 2024
1 parent 6c550f4 commit 473f343
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/positive/RecordIterator.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ foldl
(g : B -> elem -> B)
(ini : B)
(ls : container)
: B := for (acc := ini) (x in ls) {g acc x};
: B :=
for (acc := ini) (x in ls) {
g acc x
};

0 comments on commit 473f343

Please sign in to comment.