HackMail-0.0: A Procmail Replacement as Haskell EDSLSource codeContentsIndex
HackMail.Data.Path
Description

Author : Joe Fredette License : BSD3 Copyright : Joe Fredette

Maintainer : Joe Fredette jfredett.at.gmail.dot.com Stability : Unstable Portability : Not portable (*nix style only)

Documentation
data Path Source
Constructors
P
virtualPath :: VPath
relative :: Bool
show/hide Instances
data VPath Source
Constructors
VPath :/: String
Root
show/hide Instances
parse :: FilePath -> PathSource
parseV :: FilePath -> VPathSource
splitOn :: Eq a => a -> [a] -> [[a]]Source
(+/+) :: Path -> Path -> PathSource
liftToPath1 :: (VPath -> VPath) -> Path -> PathSource
liftToPath2 :: (VPath -> VPath -> VPath) -> Path -> Path -> PathSource
pathExists :: Path -> IO BoolSource
mkDeliverablePath :: Path -> FileName -> FilePathSource
toFilePath :: Path -> FilePathSource
Produced by Haddock version 2.6.1