Skip to content

Commit

Permalink
Merge pull request #127 from kyleneideck/master
Browse files Browse the repository at this point in the history
Added missing ">>>" in front of doctest expression for mapParser
  • Loading branch information
tonymorris committed Mar 4, 2015
2 parents ce51dd4 + f3f32be commit 010542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Course/Parser.hs
Expand Up @@ -108,7 +108,7 @@ character =
-- >>> parse (mapParser succ character) "amz"
-- Result >mz< 'b'
--
-- parse (mapParser (+10) (valueParser 7)) ""
-- >>> parse (mapParser (+10) (valueParser 7)) ""
-- Result >< 17
mapParser ::
(a -> b)
Expand Down

0 comments on commit 010542e

Please sign in to comment.