Skip to content

Commit

Permalink
Merge pull request #9 from dmwit/master
Browse files Browse the repository at this point in the history
minor documentation bug: minimal definition for Reducer
  • Loading branch information
ekmett committed Dec 15, 2012
2 parents c73ae01 + e5d39b7 commit 6e6d5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Semigroup/Reducer.hs
Expand Up @@ -64,7 +64,7 @@ import Data.Data
-- this is not the case, and the few remaining cases can be handled by using an explicit
-- type annotation.
--
-- Minimal definition: 'unit' or 'snoc'
-- Minimal definition: 'unit'
class Semigroup m => Reducer c m where
-- | Convert a value into a 'Semigroup'
unit :: c -> m
Expand Down

0 comments on commit 6e6d5b9

Please sign in to comment.