@hackage string-combinators0.2
Polymorphic functions to build and combine stringlike values
Categories
License
BSD-3-Clause
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Installation
Dependencies (5)
Dependents (3)
@hackage/acme-everything, @hackage/HaTeX, @hackage/repr
Package Flags
stringable
(on by default)
Include the Data.String.Stringable module
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.