Deprecated

In favour of

sext

Lists, Texts, ByteStrings and Vectors with type-encoded length

https://github.com/dzhus/sext#readme

Latest on Hackage:0.1.3.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Dmitry Dzhus
Maintained by [email protected]

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.