Description
A wrapper around the @path@ library, tagged with semantic name.
Description
Please see the README on GitHub at https://github.com/konn/path-tagged#readme
README.md
path-tagged - thin wrapper around path
library augmented with the target entity
This package provides a thin wrapper type PathTo entity b t
of Path b t
from path
library.
The following hopefully describes the image:
(</>) :: PathTo e b Dir -> PathTo e' (RelTo e) t -> PathTo e' b t
parent :: PathTo e b t -> PathTo (Parent e) b Dir