data-elevator: Coerce between unlifted boxed and lifted types.
Near zero-cost coercions between unlifted boxed and lifted types.
There are 3 main ingredients to this library:
(1) a newtype Strict :: LiftedType -> UnliftedType
,
(2) a newtype Lazy :: UnliftedType -> LiftedType
, and
(3) a coercion function levCoerce
to coerce existing functions
into accepting Strict
wrapper.
Downloads
- data-elevator-0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.16 && <4.22) [details] |
Tested with | ghc ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1 |
License | MIT |
Author | Sebastian Graf |
Maintainer | sgraf1337@gmail.com |
Revised | Revision 1 made by sgraf812 at 2025-03-10T07:49:31Z |
Category | Data |
Bug tracker | https://github.com/sgraf812/data-elevator/issues |
Source repo | head: git clone https://github.com/sgraf812/data-elevator |
Uploaded | by sgraf812 at 2024-09-16T11:03:12Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 303 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |