···11module Sources.Services.WebDav.Marker exposing (concat, removeOne, takeOne)
2233{-| Custom `Marker`.
44+45WebDAV doesn't make a recursive list, so we have to manage that ourselves.
56The spec seems to have `Depth: Infinity` which should allow that.
67But a lot of clients don't implement it.
78This basically re-exports `Sources.Services.IPFS.Marker`.
99+810-}
9111012import Sources.Processing exposing (Marker(..))