@hackage path-tagged0.1.0.0

A wrapper around the @path@ library, tagged with semantic name.

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