@hackage static-text0.2

Lists, Texts, ByteStrings and Vectors of statically known length

  • Installation

  • Dependencies (0)

  • 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.