You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which has the effect of doing doSecond first, then doFirst. The name pipelK (and the comment "Compose updaters from the left") implies it should be the other way around.
I'd solve this by flipping the type of andThenK, and I am happy to submit a PR, just wanted to check it's the right thing to do.
The text was updated successfully, but these errors were encountered:
which means it needs to be called like
which is the opposite to
andThen
.This is fine, I guess, except that
which means
which has the effect of doing
doSecond
first, thendoFirst
. The namepipelK
(and the comment "Compose updaters from the left") implies it should be the other way around.I'd solve this by flipping the type of
andThenK
, and I am happy to submit a PR, just wanted to check it's the right thing to do.The text was updated successfully, but these errors were encountered: