We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iover
1 parent 7d8cd11 commit be7521fCopy full SHA for be7521f
src/Data/Lens/Setter.purs
@@ -3,7 +3,7 @@
3
module Data.Lens.Setter
4
( (%~), (.~), (+~), (-~), (*~), (//~), (||~), (&&~), (<>~), (++~), (?~)
5
, (.=), (%=), (+=), (*=), (-=), (//=), (||=), (&&=), (<>=), (++=), (?=)
6
- , over, set
+ , over, iover, set
7
, module Data.Lens.Types
8
) where
9
0 commit comments