Changelog for autoapply-0.2.0.0
Change Log
WIP
[0.2.0.0] - 2020-05-01
- Allow instantiating a polymorphic return type as a monadic value. For
example
autoapply '[getFooIO] (bar :: Foo -> b)
will have typeIO b
.
[0.1.0.0] - 2020-04-26
- Initial release
autoapply
andautoapplyDecs