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
In purrr 0.3.0 purrr::compose(t,t,identity)(1:3)
does not match purrr::compose(t,t)(1:3)
In purrr 0.2.5 they match and I assume that this is the correct behavior