eliminators v0.2 Release Notes

Release Date: 2017-07-22 // almost 7 years ago
    • Introduce the Data.Eliminator.TH module, which provides functionality for generating eliminator functions using Template Haskell. Currently, only simple algebraic data types that do not use polymorphic recursion are supported.
    • All eliminators now use predicates with (~>).