string-combinators: Polymorphic functions to build and combine stringlike values

[ bsd3, data, library ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.6.0.5
Dependencies base (>=4 && <4.5), base-unicode-symbols (>=0.1.1 && <0.3) [details]
License BSD-3-Clause
Copyright 2009-2011 Bas van Dijk <v.dijk.bas@gmail.com>
Author Bas van Dijk <v.dijk.bas@gmail.com>
Maintainer Bas van Dijk <v.dijk.bas@gmail.com>
Category Data
Home page https://github.com/basvandijk/string-combinators/
Bug tracker https://github.com/basvandijk/string-combinators/issues
Source repo head: git clone git://github.com/basvandijk/string-combinators.git
Uploaded by BasVanDijk at 2011-08-15T18:45:34Z
Distributions LTSHaskell:0.6.0.5, NixOS:0.6.0.5, Stackage:0.6.0.5
Reverse Dependencies 3 direct, 23 indirect [details]
Downloads 9236 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for string-combinators-0.6.0.1

[back to package description]

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.