unpacked-maybe-text: optional text that unpacks well
This library provides a specialization of `Maybe ShortText`.
When this is an unpacked field of data constructor, this will
result in fewer indirections and fewer allocations. This is
a micro-optimization, so think hard about whether or not this
will improve performance in a particular situation. A different
way to accomplish a similar goal is to forbid empty text and then
use the empty text value as a placeholder that signifies Nothing
.
This alternative may or may not be an option depending on whether
or not the empty string is valid in your problem domain.
Downloads
- unpacked-maybe-text-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Dependencies | base (>=4.10.1.0 && <5), bytestring (>=0.10.8 && <0.12), text-short (>=0.1.3 && <0.2) [details] |
License | BSD-3-Clause |
Copyright | 2019 Andrew Martin |
Author | Andrew Martin |
Maintainer | andrew.thaddeus@gmail.com |
Revised | Revision 1 made by andrewthad at 2022-12-07T17:44:02Z |
Category | Data |
Home page | https://github.com/andrewthad/unpacked-maybe-text |
Bug tracker | https://github.com/andrewthad/unpacked-maybe-text/issues |
Source repo | head: git clone https://github.com/andrewthad/unpacked-maybe-numeric |
Uploaded | by andrewthad at 2019-09-30T13:20:49Z |
Distributions | NixOS:0.1.0.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 600 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 2019-09-30 [all 1 reports] |