diff --git a/Text/Megaparsec/Internal.hs b/Text/Megaparsec/Internal.hs index 26ef6e81..5eb065c0 100644 --- a/Text/Megaparsec/Internal.hs +++ b/Text/Megaparsec/Internal.hs @@ -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: --