vector-space-map v0.2.0 Release Notes

Release Date: 2016-02-15 // about 8 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 of fromInteger, and liftA2 (*) instead of (*).