@hackage string-combinators0.6
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 (2)
- base >=4 && <4.4
- base-unicode-symbols >=0.1.1 && <0.3 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/HaTeX, @hackage/repr
string-combinators provides handy polymorphic functions
to build and combine string-like values.
All functions are polymorphic in their string-like type
but usually have a Monoid or IsString constraint.