You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazonka is replacing its lens dependency with microlens-* dependencies. As part of this, objectKey_keyComponents from amazonka-s3 no longer returns IndexedTraversal' Int ObjectKey Text but instead returns Traversal' ObjectKey Text. For lens users, we can direct them to Control.Lens.Indexed.indexing, and I can find the VL version in optics-core, but I can't find an optics version.
The closest thing I can find in the public interface is elementsOf, which calls indexed internally. Should I just direct my users to use elementsOf (const True) or am I missing something simple? itraversalVL . indexing requires importing indexing from Optics.Internal.Indexed.
The text was updated successfully, but these errors were encountered:
Amazonka is replacing its
lens
dependency withmicrolens-*
dependencies. As part of this,objectKey_keyComponents
fromamazonka-s3
no longer returnsIndexedTraversal' Int ObjectKey Text
but instead returnsTraversal' ObjectKey Text
. Forlens
users, we can direct them toControl.Lens.Indexed.indexing
, and I can find the VL version inoptics-core
, but I can't find anoptics
version.The closest thing I can find in the public interface is
elementsOf
, which callsindexed
internally. Should I just direct my users to useelementsOf (const True)
or am I missing something simple?itraversalVL . indexing
requires importingindexing
fromOptics.Internal.Indexed
.The text was updated successfully, but these errors were encountered: