unlifted: Unlifted and levity-polymorphic types

[ bsd3, data, library ] [ Propose Tags ]

Unlifted and levity-polymorphic variants of several types from base.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.2.0
Change log CHANGELOG.md
Dependencies base (>=4.16 && <5), bytestring (>=0.11.3.1), text-short (>=0.1.5) [details]
License BSD-3-Clause
Copyright 2019 Andrew Martin
Author Andrew Martin
Maintainer amartin@layer3com.com
Category Data
Home page https://github.com/byteverse/unlifted
Bug tracker https://github.com/byteverse/unlifted/issues
Source repo head: git clone git://github.com/byteverse/unlifted.git
Uploaded by l3c_amartin at 2024-02-07T17:58:36Z
Distributions NixOS:0.2.2.0, Stackage:0.2.2.0
Reverse Dependencies 1 direct, 124 indirect [details]
Downloads 325 total (58 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-07 [all 1 reports]

Readme for unlifted-0.2.2.0

[back to package description]

unlifted

Sadly, the library cannot define types like Maybe# because of GHC issue #17178. However, there are other fun things like Bool# and ShortText# that we are able to provide. This is intended for use with vext.