named-text: A parameterized named text type and associated functionality.
A plain String or Text is dangerous because it can be arbitrarily combined, converted, emitted, and updated without consideration of the validity and applicability of the contents and the usage scenario.
This module provides a Named type wrapper around Text which has two additional type parameters: one which indicates what the content of the Text represents, and one which indicates the style of the name.
There are additionally functions and classes which allow conversions and transformations between names with different styles and types (or disallow them where appropriate).
The core intent of this library is that the Named is used instead of a raw String or Text to provide type-level tracking and safety.
Downloads
- named-text-1.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0.0, 1.0.1.0, 1.1.0.0, 1.1.1.0, 1.1.2.0, 1.1.3.0, 1.1.4.0, 1.2.0.0, 1.2.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.10 && <4.15), deepseq, hashable, prettyprinter (>=1.7.0 && <1.8), sayable (>=1.0 && <1.1), text [details] |
License | ISC |
Copyright | Galois Inc, 2022 |
Author | Kevin Quick |
Maintainer | kquick@galois.com |
Category | Data |
Source repo | head: git clone https://github.com/kquick/named-text |
Uploaded | by KevinQuick at 2022-12-21T23:15:08Z |
Distributions | LTSHaskell:1.2.1.0, Stackage:1.2.1.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 523 total (3 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2022-12-22 [all 2 reports] |