dreixel / syb

Scrap Your Boilerplate generic programming library in Haskell
http://www.cs.uu.nl/wiki/GenericProgramming/SYB
Other
44 stars 23 forks source link

Function `ext2` has been added 13 years ago, but is not exported. #51

Closed BinderDavid closed 1 year ago

BinderDavid commented 1 year ago

The function ext1 from the module Data.Generic.Aliases has a twin ext2 for binary type constructors which was added ~13 years ago. Sadly, someone forgot to also add it to the export list of the module :) This is almost certainly an oversight.

sergv commented 1 year ago

Released as 0.7.2.4 along with documentation improvements. Thanks for bringing it all up.