@hackage / to-string-instances

Instances for the ToString class.

Version Deprecated package0.2

About

Metadata

  • Last updated , by BasVanDijk
  • License BSD-3-Clause
  • Maintained by: Bas van Dijk <v.dijk.bas@gmail.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Package Flags

Use the -f option with cabal commands to enable flags

    bytestring (on by default)

    Add ByteString support.

    doc (on by default)

    Add Doc support.

    text (on by default)

    Add Text support.

Readme

This library provides the following instances for the ToString class:

  • ByteString

  • Doc

  • Text

Note that the instances can be enabled or disabled based on cabal flags.

The idea is that eventually all packages providing string-like types will provide instances for ToString themselves. In the mean time this package is here to provide them.