Popularity
2.6
Declining
Activity
0.0
Stable
1
2
2

Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Array     Primitive    

primitive-maybe alternatives and similar packages

Based on the "primitive" category.
Alternatively, view primitive-maybe alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of primitive-maybe or a related project?

Add another 'primitive' Package

README

primitive-maybe

Hackage [BSD3 license](LICENSE) Build Status

primitive-maybe provides types SmallMaybeArray a and MaybeArray a which are equivalent to SmallArray (Maybe a) and Array (Maybe a), respectively, but shaves off an indirection during indexing, making it more efficient for these purposes.


*Note that all licence references and agreements mentioned in the primitive-maybe README section above are relevant to that project's source code only.