Closed
Description
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
.