Hi, yesterday I was wondering why in the FP librar...
# arrow
h
Hi, yesterday I was wondering why in the FP libraries like Arrow there isn't (or at lease I never seen) a composition operator (like the
andThen
function) that overloads over pure and effectful functions. I tried to make an example here: https://gist.github.com/colomboe/0121f7d6ff4b6f0f0d69d28ed64b4166 In this way the composition is much more simple and readable, but I wonder if there is any negative aspect with this solution. What do you think?