Skip to content

Commit

Permalink
Export iover (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
natefaubion authored and paf31 committed Apr 24, 2016
1 parent 7d8cd11 commit be7521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Lens/Setter.purs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Data.Lens.Setter
( (%~), (.~), (+~), (-~), (*~), (//~), (||~), (&&~), (<>~), (++~), (?~)
, (.=), (%=), (+=), (*=), (-=), (//=), (||=), (&&=), (<>=), (++=), (?=)
, over, set
, over, iover, set
, module Data.Lens.Types
) where

Expand Down

0 comments on commit be7521f

Please sign in to comment.