BSD-3-Clause licensed by Andrew Martin
Maintained by [email protected]
This version can be pinned in stack with:unlifted-0.2.3.0@sha256:28783d8aa740ddb555a78175cee5cb2a85531ee28b872c407e5cd2552cb52629,1160

Module documentation for 0.2.3.0

Used by 1 package in lts-23.19(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.3.0 – 2025-04-07

  • Add IO# and MaybeWord16#.

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.