Closed treeowl closed 6 years ago
Add hmap, hfoldMap, and htraverse for StableName.Map.
hmap
hfoldMap
htraverse
StableName.Map
Rejigger Representational constraints so hmap and htraverse aren't unreasonably constrained.
Representational
Closes #8
This also goes a long way toward resolving #1. The only remaining discrepancy I see is fromList. One option might be to follow dependent-map.
fromList
dependent-map
Add
hmap
,hfoldMap
, andhtraverse
forStableName.Map
.Rejigger
Representational
constraints sohmap
andhtraverse
aren't unreasonably constrained.Closes #8
This also goes a long way toward resolving #1. The only remaining discrepancy I see is
fromList
. One option might be to followdependent-map
.