overloaded v0.2.1 Release Notes

Release Date: 2020-04-20 // almost 4 years ago
    • โž• Add Overloaded:Categories, which makes Arrows notation desugar to categories, a bit like in Conal Elliot's Compiling to Categories.
    • Add Overloaded:Do, which is like Local Do
    • โž• Add Overloaded:Unit, which overloads value () to be whatever you want
    • ๐Ÿ‘ GHC-8.10 support