megaparsec/tests
mrkkrp 354760202e introduced ‘failure’ method of ‘MonadParsec’
Close #43.

The method allows to fail with arbitrary collection of
messages. ‘unexpected’ is not defined in terms of ‘failure’. One
consequence of this design decision is that ‘failure’ is now method of
‘MonadParsec’, while ‘unexpected’ is not.
2015-10-26 13:52:21 +06:00
..
Char.hs fixed test for ‘Text.Megaparsec.Char.string'’ 2015-10-05 00:10:59 +06:00
Combinator.hs a minor correction in test for ‘between’ 2015-10-24 15:29:48 +06:00
Error.hs use ‘if’ instead of ‘bool’ 2015-10-22 14:34:25 +06:00
Expr.hs use ‘if’ instead of ‘bool’ 2015-10-22 14:34:25 +06:00
Lexer.hs use ‘if’ instead of ‘bool’ 2015-10-22 14:34:25 +06:00
Main.hs renamed ‘Text.Megaparsec.Token’ module 2015-08-30 16:00:07 +06:00
Perm.hs use ‘if’ instead of ‘bool’ 2015-10-22 14:34:25 +06:00
Pos.hs made interface of ‘Text.Megaparsec.Pos’ smarter 2015-10-21 17:33:29 +06:00
Prim.hs introduced ‘failure’ method of ‘MonadParsec’ 2015-10-26 13:52:21 +06:00
Util.hs more tests for ‘Text.Megaparsec.Prim’ module 2015-10-25 22:20:30 +06:00