The latest version of uniformBase is 0.1.5.1-0.

uniformBase

Version 0.1.4 revision 0 uploaded by andrewufrank.

Package meta

Synopsis
A uniform base to build apps on
Description

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 and Path).

Please see the README on GitHub at https://github.com/andrewufrank/uniformBase/readme

Author
Andrew Frank
Bug reports
https://github.com/andrewufrank/uniformBase/issues
Category
Programming Uniform
Copyright
2021 Andrew U. Frank
Homepage
n/a
Maintainer
Andrew U. Frank <uniform@gerastree.at>
Package URL
n/a
Stability
n/a

Components