Changelog for typerep-map-0.3.0
Change log
typerep-map
uses PVP Versioning.
The change log is available on GitHub.
0.3.0
- #46:
Make
Show
instance forTypeRepMap
show keys. Addkeys
function. - #48:
Add
adjust
function forTypeRepMap
andTMap
. - #30:
Rewrite
fromSortedList
to useArray
andMutableArray
instead ofIntMap
.
0.2.0
- #43:
Implement
IsList
instance forTypeRepMap
. AddhoistA
function. - #39:
Implement
hoistWithKey
function. Addmap
function forTMap
. - Drop support for
ghc-8.0.2
.
0.1.0
- Initially created.