unlifted

Unlifted and levity-polymorphic types

https://github.com/byteverse/unlifted

Version on this page:0.2.1.1
Stackage Nightly 2024-06-03:0.2.2.0
Latest on Hackage:0.2.2.0

See all snapshots unlifted appears in

BSD-3-Clause licensed by Andrew Martin
Maintained by [email protected]
This version can be pinned in stack with:unlifted-0.2.1.1@sha256:db60bb5a8dc7edd66633762ce060f87813cc32d66ae56eb9d8fed84b17c78193,1056

Module documentation for 0.2.1.1

Used by 1 package in nightly-2024-02-07(full list with versions):

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.

Changes

Revision history for unlifted

0.2.1.1 – 2024-02-06

  • Update package metadata.

0.2.1.0 – 2023-08-31

0.2.0.0 – 2023-08-22

  • Add Text#. Change Bool# to use Word# instead of Int#.

0.1.0.0 – 2023-05-31

  • First version.