Go to file
mrkkrp 00fabad1f4 Add type-safe synonyms of ‘toFilePath’
This helps to “double check” programmers' assumptions about what kind of
path he is converting into ‘FilePath’. Without these synonyms it's
possible to silently convert wrong type of path into ‘FilePath’.
2015-11-21 16:15:34 +06:00
src Add type-safe synonyms of ‘toFilePath’ 2015-11-21 16:15:34 +06:00
test test: missing case for parseRelFile 2015-07-08 20:28:15 -04:00
.ghci Basic Path type with parsers and test suite 2015-05-08 13:14:54 +02:00
.gitignore Add ‘.stack-work’ to ‘.gitignore’ 2015-11-21 16:12:12 +06:00
CHANGELOG Bump to 0.5.2 2015-06-21 12:19:11 +02:00
LICENSE Rename to path 2015-05-08 14:34:32 +02:00
README.md Update README 2015-05-08 14:35:05 +02:00
Setup.hs First commit 2015-05-07 20:15:42 +02:00
path.cabal Bump to 0.5.2 2015-06-21 12:19:11 +02:00

README.md

path

Support for well-typed paths in Haskell.