@hackage / path-tagged

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

Latest0.1.0.0

About

Metadata

  • Last updated , by HiromiIshii
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: konn.jinro_at_gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.8.2
  2. 9.6.4
  3. 9.4.8
  4. 9.2.8

Readme

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