uniform-watch: uniform wrapper for watch

[ library, uniform, watch ] [ Propose Tags ]

watch wrapped for ErrIO to report all errors


[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.1.5.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), fsnotify (==0.3.0.1), twitch (==0.1.7.2), uniformBase (>=0.1.5.1) [details]
License LicenseRef-GPL
Author Andrew Frank
Maintainer Andrew U. Frank <andrewufrank@gmail.com>
Category Watch, Uniform
Home page https://github.com/git@github.com:andrewufrank/u4blog.git#readme
Bug tracker https://github.com/git@github.com:andrewufrank/u4blog.git/issues
Source repo head: git clone https://github.com/git@github.com:andrewufrank/u4blog.git(uniform-watch)
Uploaded by andrewufrank at 2023-03-15T21:05:17Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 63 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-15 [all 1 reports]

Readme for uniform-watch-0.1.5.1

[back to package description]

a uniform method to access data on file

uniform means:

  • same functions with identical semantics independent of representation
  • all functions are total (or become so using Maybe or Either)