sext: Lists, Texts, ByteStrings and Vectors with type-encoded length
Deprecated
in favor of static-text
Sext (static text) provides type-level safety for basic operations on string-like types (finite lists of elements). Use it when you need static guarantee on lengths of strings produced in your code.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
bytestring | Build interface for ByteString | Enabled |
text | Build interface for Text | Enabled |
vector | Build interface for Vector | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- sext-0.1.3.1.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] | 0.1.0.0, 0.1.0.2, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (<5), bytestring (<0.11), template-haskell (<2.13), text (<1.3), vector (<0.13) [details] |
License | BSD-3-Clause |
Author | Dmitry Dzhus |
Maintainer | dima@dzhus.org |
Category | Data, Text, Type System |
Home page | https://github.com/dzhus/sext#readme |
Bug tracker | https://github.com/dzhus/sext/issues |
Source repo | head: git clone https://github.com/dzhus/sext |
Uploaded | by DmitryDzhus at 2017-10-29T17:01:17Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3973 total (27 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-10-29 [all 1 reports] |