Changelog for comfort-array-0.2
Change log for the comfort-array
package
0.2
- Add a monad parameter to the mutable
Storable
array type and generalize functions toPrimMonad
s. This way the mutating functions can also be used in theST
monad.
0.1.2
- Add immutable
Boxed
array type and mutableStorable
array type.
0.1
- Split
Shape.C
intoShape.C
andShape.Indexed
.
0.0
- Initial version featuring the
Shape.C
class with type functionIndex
and the immutableStorable
array type.