We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad362e commit 4937d26Copy full SHA for 4937d26
tests/new/test.scala
@@ -0,0 +1,7 @@
1
+object e:
2
+ def foldRL(f: Int => Int)(g: String => Int) = ???
3
+
4
5
+val xs = e.foldRL(i => i + 1)(s => s.length)
6
7
0 commit comments