megaparsec/Text/Megaparsec
mrkkrp 02ebc7ee23 make combinators more general
Now all the combinators in ‘Text.Megaparsec.Combinator’ are defined for
any instance of ‘Control.Alternative’ (sometimes ‘Control.Applicative’).

Some combinators are inlined.
2015-09-18 15:31:32 +06:00
..
ByteString cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Text cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
ByteString.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Char.hs make ‘Text.Megaparsec.Prim.token’ more flexible 2015-09-14 14:15:31 +06:00
Combinator.hs make combinators more general 2015-09-18 15:31:32 +06:00
Error.hs improve functioning of ‘hidden’ combinator 2015-08-29 16:01:36 +06:00
Expr.hs fixed the failing old test 2015-09-11 15:10:14 +06:00
Lexer.hs fix a typo (columns starts from 1) 2015-09-13 21:00:22 +06:00
Perm.hs various cosmetic changes (including renaming) 2015-08-23 21:07:03 +06:00
Pos.hs treat carriage return like ordinary character 2015-08-24 14:00:56 +06:00
Prim.hs make ‘Text.Megaparsec.Prim.token’ more flexible 2015-09-14 14:15:31 +06:00
ShowToken.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
String.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Text.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00