componentm v0.0.0.0 Release Notes

Release Date: 2018-05-13 // almost 6 years ago
    • ➕ Add ComponentM type, which supports Monad and Applicative
    • ➕ Add buildComponent to build components in IO with attached cleanup functions
    • ➕ Add buildComponent_ to build components in IO without cleanup functions
    • ➕ Add withComponentM to run an application