Changelog for comfort-array-0.2
Change log for the comfort-array package
0.2
- Add a monad parameter to the mutable
Storablearray type and generalize functions toPrimMonads. This way the mutating functions can also be used in theSTmonad.
0.1.2
- Add immutable
Boxedarray type and mutableStorablearray type.
0.1
- Split
Shape.CintoShape.CandShape.Indexed.
0.0
- Initial version featuring the
Shape.Cclass with type functionIndexand the immutableStorablearray type.