@hackage string-combinators0.1
Polymorphic functions to build and combine stringlike values
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.