Skip to content

v0.2

Compare
Choose a tag to compare
@lambdageek lambdageek released this 01 Aug 16:01
· 110 commits to main since this release
  • Make Embed an instance of Ord
  • Provide NFData instances for all the combinators.
    Depend on 'deepseq'
  • 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
  • Start benchmarking some of the operations (particularly unbind).