Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #76 from byorgey/master
Browse files Browse the repository at this point in the history
minor fix to Haddock formatting
  • Loading branch information
ekmett committed Oct 25, 2012
2 parents 5832d79 + a86b109 commit 52db230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Lens/Indexed.hs
Expand Up @@ -76,7 +76,7 @@ reindex ij (Index iab) = index $ \ ja -> iab $ \i -> ja (ij i)

-- | Composition of 'Indexed' functions
--
-- Mnemonically, the @<@ and @>@ points to the fact that we want to preserve the indices.
-- Mnemonically, the @\<@ and @\>@ points to the fact that we want to preserve the indices.
(<.>) :: Indexed (i, j) k => Index i b c -> Index j a b -> k a c
f <.> g = icompose (,) f g
{-# INLINE (<.>) #-}
Expand Down

0 comments on commit 52db230

Please sign in to comment.