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

[ bsd3, filesystem, library, system ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/konn/path-tagged#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies aeson, base (>=4.7 && <5), deepseq, exceptions, hashable, path, path-io, template-haskell, th-compat, time [details]
License BSD-3-Clause
Copyright 2023 (c) Hiromi ISHII
Author Hiromi ISHII
Maintainer konn.jinro_at_gmail.com
Category System, Filesystem
Home page https://github.com/konn/path-tagged#readme
Bug tracker https://github.com/konn/path-tagged/issues
Source repo head: git clone https://github.com/konn/path-tagged
Uploaded by HiromiIshii at 2024-03-05T05:41:26Z
Distributions NixOS:0.1.0.0
Downloads 32 total (6 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-03-05 [all 1 reports]

Readme for path-tagged-0.1.0.0

[back to package description]

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