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 && <5) [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 2014-06-13T12:24:54Z
Distributions LTSHaskell:0.6.0.5, NixOS:0.6.0.5, Stackage:0.6.0.5
Reverse Dependencies 3 direct, 23 indirect [details]
Downloads 9219 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for string-combinators-0.6.0.5

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