Skip to content

Commit

Permalink
Merge pull request #406 from acowley/master
Browse files Browse the repository at this point in the history
Doc fix for (^@.).
  • Loading branch information
glguy committed Mar 4, 2014
2 parents 2153404 + 1c3d266 commit f8ff198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Lens/Getter.hs
Expand Up @@ -432,7 +432,7 @@ iuses :: MonadState s m => IndexedGetting i r s a -> (i -> a -> r) -> m r
iuses l = uses l .# Indexed
{-# INLINE iuses #-}

-- | View the value pointed to by a 'Getter' or 'Lens'.
-- | View the index and value of an 'IndexedGetter' or 'IndexedLens'.
--
-- This is the same operation as 'iview' with the arguments flipped.
--
Expand Down

0 comments on commit f8ff198

Please sign in to comment.