generic-data v0.8.2.0 Release Notes

    • โž• Add microsurgery CopyRep.
    • ๐Ÿ‘Œ Improve documentation of Microsurgery module.
    • ๐Ÿ›  Fix a bug where gshowsPrec would incorrectly display prefix uses of symbol data constructors or record selectors (e.g., data R = (:!:) Int Int or data S = MkS { (##) :: Int -> Int }). Thanks to RyanGlScott.
    • ๐Ÿ›  Fix a bug where gshowsPrec would incorrectly display infix uses of alphanumeric data constructors (e.g., data T = Int `MkT` Int). Thanks to RyanGlScott.