About

Metadata

  • Last updated , by chessai
  • License BSD-3-Clause
  • Maintained by: andrew.thaddeus@gmail.com

  • Lottery factor: 0

Links

Installation

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.