Skip to content

Commit

Permalink
Typo in haddock comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timjb committed Aug 9, 2015
1 parent 7c9e6be commit d87e9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Lens/Lens.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ l <&&= b = l <%= (&& b)
-- @
-- ('<<%=') :: 'MonadState' s m => 'Lens'' s a -> (a -> a) -> m a
-- ('<<%=') :: 'MonadState' s m => 'Control.Lens.Iso.Iso'' s a -> (a -> a) -> m a
-- ('<<%=') :: ('MonadState' s m, 'Monoid' b) => 'Control.Lens.Traversal.Traversal'' s a -> (a -> a) -> m a
-- ('<<%=') :: ('MonadState' s m, 'Monoid' a) => 'Control.Lens.Traversal.Traversal'' s a -> (a -> a) -> m a
-- @
--
-- @('<<%=') :: 'MonadState' s m => 'LensLike' ((,)a) s s a b -> (a -> b) -> m a@
Expand Down

0 comments on commit d87e9dc

Please sign in to comment.