within: A path within another path.

[ filesystem, library, mit ] [ Propose Tags ]

Simple type for representing a well-typed path within another path. Useful for when you need to jump between directories and change filenames independently. Uses the path library.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.1.1, 0.0.2.0, 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.2.0.0, 0.2.0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), exceptions, hashable, path [details]
License MIT
Copyright 2020 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Category Filesystem
Uploaded by locallycompact at 2020-05-07T15:03:58Z
Distributions LTSHaskell:0.2.0.1, NixOS:0.2.0.1, Stackage:0.2.0.1
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 1727 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-05-07 [all 1 reports]

Readme for within-0.0.2.0

[back to package description]

Within

Within is a type for simply scoping well-typed paths. A Within a t is just a Path Rel t inside a Path a Dir. This is useful for when you want to keep track of a filepath within a parent folder and need the extra degree of articulation.

Early release, subject to change.