Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/basvandijk/string-combinators

Polymorphic functions to build and combine stringlike values
https://github.com/basvandijk/string-combinators

haskell

Last synced: 29 days ago
JSON representation

Polymorphic functions to build and combine stringlike values

Awesome Lists containing this project

README

        

`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.