Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : unpacked-maybe-numeric

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.

Registry - Source - JSON
purl: pkg:hackage/unpacked-maybe-numeric
Keywords: bsd3, data, library
License: BSD-3-Clause
Latest release: 3 months ago
First release: over 5 years ago
Dependent packages: 1
Downloads: 1,081 total
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 9 days ago

    Loading...
    Readme
    Loading...