We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eaeec commit 6c21646Copy full SHA for 6c21646
core/src/main/java/fj/control/Trampoline.java
@@ -5,9 +5,6 @@
5
import fj.P1;
6
import fj.data.Either;
7
8
-import java.util.Iterator;
9
-
10
-import static fj.Function.constant;
11
import static fj.Function.curry;
12
import static fj.data.Either.left;
13
import static fj.data.Either.right;
0 commit comments