uniformBase: A uniform base to build apps on
Goals:
reducing the complexity for the programmer of applications,
functions with identical semantics independent of representation,
all functions are total (or become so using Maybe or Either),
compatible error reporting for all packages,
avoid name clashes with other packages and assume the regular prelude,
performance is NOT a goal - once the program logic is confirmed and tested, performance improvements can be achieved based on observations
The packages included here deal with
a generally usable zero (null) value and other simplistic algebras,
handling of text independent of represenations and principled conversion between representations,
a minimal error reporting as text error messages,
bringing together functions to handle time,
uniform functions to handle files and filepaths (
Filepath
andPath
).
Please see the README on GitHub at https://github.com/andrewufrank/uniformBase/readme
[Skip to Readme]
Downloads
- uniformBase-0.1.5.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.1.3, 0.1.4, 0.1.5.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.7 && <5), data-default, uniform-algebras (>=0.1.5), uniform-error (>=0.1.5), uniform-fileio (>=0.1.5), uniform-strings (>=0.1.5), uniform-time (>=0.1.5) [details] |
License | GPL-2.0-only |
Copyright | 2021 Andrew U. Frank |
Author | Andrew Frank |
Maintainer | Andrew U. Frank <uniform@gerastree.at> |
Category | Programming Uniform |
Home page | https://github.com/github.com:andrewufrank/uniformBase.git#readme |
Bug tracker | https://github.com/andrewufrank/uniformBase/issues |
Source repo | head: git clone https://github.com/github.com:andrewufrank/uniformBase.git |
Uploaded | by andrewufrank at 2023-03-06T14:08:29Z |
Distributions | NixOS:0.1.5.1 |
Reverse Dependencies | 10 direct, 0 indirect [details] |
Downloads | 369 total (9 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-06 [all 1 reports] |