@hackage to-string-instances0.1

Instances for the ToString class.

  • Deprecated

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      shows
       (on by default)

      Add ShowS support.

      bytestring
       (on by default)

      Add ByteString support.

      doc
       (on by default)

      Add Doc support.

      text
       (on by default)

      Add Text support.

This library provides the following instances for the ToString class:

  • ShowS

  • ByteString

  • DString

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