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 0a2cb1b commit b6f7971Copy full SHA for b6f7971
problem-solution-matrix.md
@@ -128,5 +128,18 @@ based on the most current proposal.
128
</td>
129
</tr>
130
131
+<tr>
132
+<td>A way to run side effects inside a functional pipeline</td>
133
+<td><code>x => { sideEffect(x); return x; }</code></td>
134
+<td>
135
+
136
+- [`tap` in Ramda](https://ramdajs.com/docs/#tap)
137
+- [`tap` in lodash](https://lodash.com/docs/4.17.15#tap)
138
+- [`inspect` in Rust](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.inspect)
139
+- [`Debug.Trace` on Hackage](https://hackage.haskell.org/package/base-4.15.0.0/docs/Debug-Trace.html)
140
141
+</td>
142
+</tr>
143
144
</tbody>
145
</table>
0 commit comments