Skip to content

Add Generically (generic Semigroup, Monoid instances) and Generically1

Icelandjack requested to merge Icelandjack/ghc:gmonoid into master

As part of #19819 (closed): Adds to GHC.Generics

  • Generically with Semigroup and Monoid instances
  • Generically1 with Functor, Applicative, Alternative, Eq1, Ord1 instances

Merge request reports