Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primitive-maybe

Hackage BSD3 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.

About

Arrays of Maybes, with fewer indirections

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages