sext: Lists, Texts and ByteStrings 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 |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- sext-0.1.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 |
---|---|
Dependencies | base (>=4.7 && <5), bytestring (>=0.10 && <0.11), template-haskell (>=2.9 && <2.12), text (>=1.1 && <1.3) [details] |
Tested with | ghc ==7.10.3, ghc ==8.0.1 |
License | BSD-3-Clause |
Author | Dmitry Dzhus |
Maintainer | dima@dzhus.org |
Category | Data, Text, Type System |
Home page | http://github.com/dzhus/sext/ |
Source repo | head: git clone http://github.com/dzhus/sext |
Uploaded | by DmitryDzhus at 2016-12-19T23:50:35Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3966 total (21 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-12-20 [all 1 reports] |