primitive-maybe: Arrays of Maybes

[ array, bsd3, library ] [ Propose Tags ]

This library provides types for working with arrays of Maybe values. The types in this library can be used as replacements for Array (Maybe a) and SmallArray (Maybe a) that consume less memory and have fewer indirections.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.1.1.1
Dependencies base (>=4.9.1.0 && <5), primitive (>=0.6.4) [details]
License BSD-3-Clause
Copyright 2018 Andrew Martin
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Category Array
Home page https://github.com/andrewthad/primitive-maybe#readme
Bug tracker https://github.com/andrewthad/primitive-maybe/issues
Source repo head: git clone https://github.com/andrewthad/primitive-maybe
Uploaded by andrewthad at 2018-07-07T22:45:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1465 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-07 [all 1 reports]

Readme for primitive-maybe-0.1.0

[back to package description]

primitive-maybe