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?
README
primitive-maybe
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.