autoapply v0.2.0.0 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
    • Allow instantiating a polymorphic return type as a monadic value. For example autoapply '[getFooIO] (bar :: Foo -> b) will have type IO b.