unbound-generics v0.2 Release Notes

Release Date: 2015-08-01 // over 8 years ago
    • Incorporating some of the extras/oversights from clash-lib Unbound.Generics.LocallyNameless.Extra

      • Make Embed an instance of Ord
      • NFData instances (see below)
    • 🆓 Re-implement freshen' and gfreshen using a free monad to give GHC a chance to inline it all away. This changes the type of gfreshen. Major version bump.

      • Expose FFM, liftFFM and retractFFM
    • Provide NFData instances for all the combinators. Depend on 'deepseq'

    • Start benchmarking some of the operations (particularly unbind).