The latest version of unpacked-maybe-numeric is 0.1.3.1-0.

unpacked-maybe-numeric

Version 0.1.2.0 revision 0 uploaded by andrewthad.

Package meta

Synopsis
maybes of numeric values with fewer indirections
Description

This library provides one Maybe type per the usual numeric types: Float, Double, Complex {Float|Double}, Int{8|16|32|64}, and Word{8|16|32|64|128}

All of the numeric types inside the Maybe are unboxed, while the Maybe value itself is represented as an Unboxed Sum. However, for sub-machine-size Int/Word values, the Maybe is just a wrapper around the underlying type, with out-of-bounds corresponding to the Nothing value. Thus, the use of these constructors is unsafe, as this is only checked internally.

Author
Andrew Martin, chessai
Bug reports
https://github.com/andrewthad/unpacked-maybe-numeric/issues
Category
Data
Copyright
2018 Andrew Martin
Homepage
https://github.com/andrewthad/unpacked-maybe-numeric#readme
Maintainer
andrew.thaddeus@gmail.com, chessai1996@gmail.com
Package URL
n/a
Stability
n/a

Components