string-conv

Standardized conversion between string types

Version on this page:0.1@rev:1
LTS Haskell 22.14:0.2.0
Stackage Nightly 2024-03-28:0.2.0
Latest on Hackage:0.2.0

See all snapshots string-conv appears in

BSD-3-Clause licensed by Ozgun Ataman
Maintained by [email protected]
This version can be pinned in stack with:string-conv-0.1@sha256:e6fd8d1b56031e7c1ea24129ddb8bd2c6ab26a63d24b2e90ca40300f217602a9,790

Module documentation for 0.1

Depends on 3 packages(full list with versions):
Used by 2 packages in nightly-2016-04-27(full list with versions):

Avoids the need to remember many different functions for converting string types. Just use one universal function toS for all monomorphic string conversions.