We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fe63b commit 5e390ccCopy full SHA for 5e390cc
java/src/main/java/v/o/i/d/monadsplain/Six.java
@@ -25,7 +25,7 @@ public IntegerWithHistory calculate(Function<Integer, IntegerWithHistory> operat
25
final IntegerWithHistory a = operation.apply(value);
26
return new IntegerWithHistory(
27
a.value,
28
- join(history, join(history, a.history))
+ join(history, a.history)
29
);
30
}
31
0 commit comments