v0.2
- Make
Embed
an instance ofOrd
- Provide
NFData
instances for all the combinators.
Depend on 'deepseq' - Re-implement
freshen'
andgfreshen
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
andretractFFM
- Expose
- Start benchmarking some of the operations (particularly
unbind
).