paths-0.2.0.0: Library for representing and manipulating type-safe file paths

Safe HaskellSafe
LanguageHaskell2010

System.Path.Lens

Contents

Description

Lenses in the style of System.FilePath.Lens.

Since: 0.2.0.0

Synopsis

Operators

(</>~) :: 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 #

Lenses

directory :: Lens' (Path a) (Path a) Source #