Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : string-like

The package defines a typeclass that can be implemented to provide a uniform interface for String-like objects. The typeclass itself has default implementations that convert the StringLike item first to a lazy Text, then performs the operation, and converts results back to its StringLike object. This is usually not as efficient as an operation for that specific type. Therefore it is advisable to implement the other functions as well. One can however decide to only implement fromText and toText; or toString.

Registry - Source - Homepage - JSON
purl: pkg:hackage/string-like
Keywords: bsd3, library, utils, haskell, string, string-manipulation
License: BSD-3-Clause
Latest release: about 3 years ago
First release: about 4 years ago
Downloads: 380 total
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...