audiovisual v0.4 Release Notes

    • โž• Added Data.Extensible.Struct
    • ๐Ÿ”„ Changed the representation of (:*) to use SmallArray
    • Removed (<:*). hhead, htail, huncons, (*++*), htrans
    • ๐Ÿ†• New functions: hfoldrWithIndex, hrepeat, hrepeatFor, haccumMap, haccum, hpartition, henumerate, hlength, hcount
    • โž• Added various derived instances for Field
    • โž• Added liftField, liftField2
    • โž• Added Wrapper instances for Maybe and []
    • โž• Added >: as a synonym for :>
    • Data.Extensible.Effect
      • Refined the API
      • Added Data.Extensible.Effect.Default
    • โž• Added Data.Extensible.Tangle
    • โž• Added record
    • Type inference aids