@hackage / sext

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

Version Deprecated package0.1.3.1

About

Metadata

  • Last updated , by DmitryDzhus
  • License BSD-3-Clause
  • Categories Type System, Text Processing
  • Maintained by: dima@dzhus.org

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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.