@hackage static-text0.2
Lists, Texts, ByteStrings and Vectors of statically known length
Categories
License
BSD-3-Clause
Maintainer
dima@dzhus.org
Links
Versions
Installation
Dependencies (5)
- base <5
- bytestring <0.11
- template-haskell <2.13
- text <1.3
- vector <0.13 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
bytestring
(on by default)
Build interface for ByteString
text
(on by default)
Build interface for Text
vector
(on by default)
Build interface for Vector
static-text provides type-level safety for basic operations on string-like types (finite lists of elements), such as Data.Text, String (and all lists), Data.ByteString and Data.Vector. Use it when you need static guarantee on lengths of strings produced in your code.