This package provides some extra polysemy functions that I use for
transforming Input, Output and KVStore. Maybe this will make
its way into the main library.
Changes
Changelog for polysemy-extra
v0.2.1.0
Add explicit import lists.
v0.2.0.0
Remove runKVStoreAsKVStore and runKVStoreAsKVStoreSem and move to polysemy-kvstore.
Remove irrefutableAbsorbThrow and move to polysemy-irrefutable-absorb-throw.
v0.1.7.0
Add irrefutableAbsorbThrow.
v0.1.6.0
Inline fix for runInputConstF.
v0.1.5.0
Add runInputConstF.
v0.1.4.0
Add reinterpreting versions of contramapInput and mapOutput.