Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 620 Bytes

File metadata and controls

10 lines (8 loc) · 620 Bytes

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.