vector-space-map v0.2.0 Release Notes
Release Date: 2016-02-15 // about 9 years ago-
- Include reference to
total-map
in the description. - ⬆️ Bump vector-space dependency to < 0.11.
- ➕ Add HasBasis instance. Thanks to Justus Sagemüller for implementing this.
- ➕ Add Monoid instance respecting value monoid.
- Remove Num instance. Use
pure
instead offromInteger
, andliftA2 (*)
instead of(*)
.
- Include reference to