Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frasertweedale/hs-concise
Utilities for Control.Lens.Cons
https://github.com/frasertweedale/hs-concise
Last synced: 6 days ago
JSON representation
Utilities for Control.Lens.Cons
- Host: GitHub
- URL: https://github.com/frasertweedale/hs-concise
- Owner: frasertweedale
- License: bsd-3-clause
- Created: 2016-12-29T14:46:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T11:00:30.000Z (about 1 year ago)
- Last Synced: 2024-04-26T20:07:44.520Z (7 months ago)
- Language: Haskell
- Size: 17.6 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Utilities for ``Control.Lens.Cons``
===================================This library provides a few utility types and functions for working
with ``Control.Lens.Cons``. Rewrite rules are employed to make
common conversions perform as well as the "native" but non-generic
conversion (e.g. ``String`` to ``Text``, lazy to strict, etc).