barbies v1.1.0.0 Release Notes

Release Date: 2018-12-19 // over 5 years ago
    • Make all classes poly-kinded (#7): a barbie can now be any type parameterised by a type (k -> Type). In particular, a (higher-kinded) barbie is a type parameterised by a barbie. Thanks to Ole Krüger.

    • Add instances for functor transformers: Proxy, Const, Product, Sum and Compose (Ole Krüger).