objective v0.6.2 Release Notes

Release Date: 2014-12-15 // over 9 years ago
    • ➕ Added announce, announceMaybe and announceMaybeT which invoke a method for every objects in a container.
    • ➕ Added (@**@) and (@||@).
    • 📇 Renamed (.>>.) to (@>>@), .|>. to (@|>@) for consistency.
    • ➕ Added filterPush, bipush, bipull.
    • ➕ Added iterObject, iterTObject, iterative, iterativeT for free monads.
    • 📇 Renamed runSequential to (@!).
    • ➕ Added combinators for ReifiedProgramT: (@!!) and sequentialT.
    • 🔄 Changed the semantics of variable to accept StateT.
    • ➕ Added flyweight' that relies on HashMap.
    • ➕ Added MonadObjective constraint