-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Convenience bindings between path and attoparsec
--   
--   Convenience bindings between path and attoparsec
@package attoparsec-path
@version 0.0.0.1

module Data.Attoparsec.Path
rootPath :: Parser (Path Abs Dir)
relFilePath :: Parser (Path Rel File)
absFilePath :: Parser (Path Abs File)
relDirPath :: Parser (Path Rel Dir)
absDirPath :: Parser (Path Abs Dir)
