Skip to content

Releases: raehik/generic-data-functions

Version 0.2.0

04 Aug 16:49
Compare
Choose a tag to compare
  • Redesign interface, pushing certain checks out of type classes into top-level
    generic function type signature. It means busier top-level types and more code
    for wrapping them, but it allows for more flexibility and cleans up
    implementation. (And the busyness simply makes explicit the implicit checks
    that were being done before.)

Version 0.1.1

20 Jul 11:49
Compare
Choose a tag to compare
  • add work-in-progress store-style generic foldMap, encoding constructors by
    their index, at Generic.Data.Function.FoldMap.SumConsByte