@hackage string-combinators0.1

Polymorphic functions to build and combine stringlike values

string-combinators provides handy polymorphic functions to build and combine stringlike values.

All functions are polymorphic in their string type but usually have a Monoid or IsString constraint.

Conditionally a module Data.String.Stringable is provided. This module exports a typeclass Stringable for converting values to and from Strings. A bunch of instances is defined for some common stringlike types.