data-lens v2.9.0 Release Notes

    • Introduced partial/nullable lenses (Data.Lens.Partial).
    • Altered the associativity of (.) and (!) from right to left.
    • Introduced Tensor type-class to Control.Category -- instanced by Lens and PartialLens.