filepather

FilePath and Directory operations via Kleisli type aliases

https://gitlab.com/tonymorris/filepather

Latest on Hackage:0.6.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Tony Morris

Re-implementations of System.FilePath and System.Directory using Kleisli type aliases from the kleisli package. Each function that takes a FilePath as its subject argument is expressed as a Kleisli value, enabling composition via Functor, Applicative, Monad, and other type class instances. Platform-specific modules for Posix and Windows path semantics are also provided.