Issue with `.tap` method in effect-ts compared to `chainFirst` in fp-ts
Hi and thanks for a great library. I am facing a type issue with the
I have the following code snippet:
.tap method. I used fp-ts before and saw on discord that .tap is equivalent in effect-ts to chainFirst in fp-ts.I have the following code snippet:
