BSD-3-Clause licensed by Andrew Martin
Maintained by [email protected]
This version can be pinned in stack with:unlifted-0.2.2.0@sha256:9c7711677e2acb7d27b688a6c5d9d72aab8839d30bad2ecd822a900f10be9e3b,1108

Module documentation for 0.2.2.0

Used by 1 package in nightly-2024-04-27(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.2.0 – 2024-02-07

  • Export Text# in Data.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.