Deprecated

to-string-instances

Instances for the ToString class.

Latest on Hackage:0.2

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 and maintained by Bas van Dijk

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.