call-haskell-from-anything v1.0.0.0 Release Notes

Release Date: 2016-01-31 // about 8 years ago
    • 🚚 Use closed type families to remove need for Identity monad at the end of functions. You can now export any pure function of type a -> b -> ... -> r. This is what I've been waiting for for years. Fixes #9.
    • ✂ Remove all helpers, wrappers, and support for exporting functions of type a -> b -> ... -> Identity r. If you need those for some reasons, just runIdentity on them before passing them to export.