Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/basvandijk/string-combinators
- Owner: basvandijk
- License: other
- Created: 2011-04-17T17:38:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T12:24:06.000Z (over 10 years ago)
- Last Synced: 2024-10-01T16:38:16.073Z (about 1 month ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 141 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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.