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
I would expect that joinPath[a,b] behaves exactly like a </> b (aka combine a b). Unfortunately, the documentation does not enlighten me on the relationship between joinPath and combine. Is joinPath just a fold using the monoid mempty = ""; mappend = combine?
I would have consulted the source code to clarify my question, but see #81.
Please document the relationship between joinPath and combine.