uniform-fileio-0.1.5.1: Uniform file handling operations
Safe HaskellSafe-Inferred
LanguageHaskell2010

Uniform.PathShowCase

Documentation

readsPrecForPath :: ([Char] -> Maybe a) -> [Char] -> String -> [Char] -> [(a, [Char])] Source #

module Path

Orphan instances

Read (Path Abs Dir) Source # 
Instance details

Read (Path Abs File) Source # 
Instance details

Read (Path Rel Dir) Source # 
Instance details

Read (Path Rel File) Source # 
Instance details

Show (Path Abs Dir) Source # 
Instance details

Show (Path Abs File) Source # 
Instance details

Show (Path Rel Dir) Source # 
Instance details

Show (Path Rel File) Source # 
Instance details

NiceStrings (Path a b) Source # 
Instance details

Methods

shownice :: Path a b -> Text #

showNice :: Path a b -> Text #

showlong :: Path a b -> Text #

PrettyStrings (Path a b) Source # 
Instance details

Methods

showPretty :: Path a b -> Text #