multistate v0.8.0.0 Release Notes

Release Date: 2018-04-13 // about 6 years ago
    • Adapt for ghc-8.4
    • Drop support for ghc<8.0
    • Add class MonadMultiGet that roughly translates to "any read access" (instances for Reader and State)
    • Add data-type MultiGST that has a single taggified HList instead of the three r, w, s lists with MultiRWS