path-pieces-0.1.3: Components of paths.

Safe HaskellNone

Web.PathPieces

Contents

Synopsis

Documentation

class PathMultiPiece s whereSource

Methods

fromPathMultiPiece :: [Text] -> Maybe sSource

toPathMultiPiece :: s -> [Text]Source

Instances

Deprecated

toSinglePiece :: PathPiece p => p -> TextSource

Deprecated: Use toPathPiece instead of toSinglePiece

toMultiPiece :: PathMultiPiece ps => ps -> [Text]Source

Deprecated: Use toPathMultiPiece instead of toMultiPiece

fromSinglePiece :: PathPiece p => Text -> Maybe pSource

Deprecated: Use fromPathPiece instead of fromSinglePiece

fromMultiPiece :: PathMultiPiece ps => [Text] -> Maybe psSource

Deprecated: Use fromPathMultiPiece instead of fromMultiPiece