bool8: Alternative Bool type stored as byte

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

The standard Bool type has a Storable instance that requires the size of HTYPE_INT, i.e. usually four bytes or even more. This package provides Bool8, a boolean type with an 8 bit representation in memory. It is not a drop-in replacement for Bool though. You have to convert from or to Bool occasionally.

Properties

Versions 0.0, 0.0, 0.0.1, 0.0.1.1
Change log None available
Dependencies base (>=3 && <5) [details]
License BSD-3-Clause
Author Henning Thielemann
Maintainer haskell@henning-thielemann.de
Category Foreign
Source repo this: darcs get http://hub.darcs.net/thielema/bool8 --tag 0.0
head: darcs get http://hub.darcs.net/thielema/bool8
Uploaded by HenningThielemann at 2017-10-13T22:05:08Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees