Skip to content

Commit

Permalink
chore: fix typo in mzero docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thelissimus authored and mrkkrp committed Sep 11, 2024
1 parent c8c9fb0 commit ca56748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Megaparsec/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ pmkParsec k = ParsecT $ \s cok cerr eok eerr ->
-- __Note__: strictly speaking, this instance is unlawful. The right
-- identity law does not hold, e.g. in general this is not true:
--
-- > v >> mzero = mero
-- > v >> mzero = mzero
--
-- However the following holds:
--
Expand Down

0 comments on commit ca56748

Please sign in to comment.