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.
hackage.haskell.org
0.1.0.1
almost 5 years ago
2
497 total
Past Dependents
Check this option to include packages that no longer depend on this package in their latest version but previously did.
Filter
Filter by Kind
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/string-like
spec |
| License | BSD-3-Clause |
| First Release | almost 6 years ago |
| Last Synced | 16 days ago |
Repository
| Stars | 1 on GitHub |
| Forks | 0 on GitHub |