paths-0.2.0.0: Library for representing and manipulating type-safe file paths
System.Path.Lens
Contents
Description
Lenses in the style of System.FilePath.Lens.
Since: 0.2.0.0
Synopsis
(</>~) :: ASetter s t (Path a) (Path a) -> Path Unrooted -> s -> t infixr 4 Source #
(<.>~) :: ASetter s t (Path a) (Path a) -> FileExt -> s -> t infixr 4 Source #
basename :: Lens' (Path a) (Path Unrooted) Source #
directory :: Lens' (Path a) (Path a) Source #
extension :: Lens' (Path a) (Maybe FileExt) Source #
filename :: Lens' (Path a) (Path Unrooted) Source #