purescript-contrib / purescript-pathy

A type-safe abstraction for platform-independent file system paths.
Apache License 2.0
33 stars 17 forks source link

Left/Right consistency #14

Closed garyb closed 8 years ago

garyb commented 8 years ago

parsePath folds with files on the left (in the sense they are handled before the directory paths), but elsewhere in Eithers, file paths are usually on the Right.