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.4.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.3), uniform-error (>=0.1.3), uniform-fileio (>=0.1.3), uniform-strings (>=0.1.3), uniform-time (>=0.1.3) [details] |
License | GPL-2.0-only |
Copyright | 2021 Andrew U. Frank |
Author | Andrew Frank |
Maintainer | Andrew U. Frank <uniform@gerastree.at> |
Category | Programming Uniform |
Bug tracker | https://github.com/andrewufrank/uniformBase/issues |
Uploaded | by andrewufrank at 2022-07-23T10:16:05Z |
Distributions | NixOS:0.1.5.1 |
Reverse Dependencies | 10 direct, 0 indirect [details] |
Downloads | 374 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2022-07-23 [all 2 reports] |