megaparsec/Text/Megaparsec
mrkkrp cb3078d07c don't put older hints before newer ones, fixes #25
Obviously order does matter here, since ‘Monoid’ instance for ‘Hints’ is
derived from [], so (<>) is the same as (++) and we should be careful
to keep things in the right order.
2015-08-26 15:53:37 +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 major improvements of ‘Text.Megaparsec.Prim’ 2015-08-17 21:58:59 +06:00
Combinator.hs rewrite ‘choice’ as synonym of ‘asum’ 2015-08-26 06:37:41 +06:00
Error.hs rewritten ‘showMessages’ in clearer manner 2015-08-24 22:19:19 +06:00
Expr.hs various cosmetic changes (including renaming) 2015-08-23 21:07:03 +06:00
Language.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +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 don't put older hints before newer ones, fixes #25 2015-08-26 15:53:37 +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
Token.hs various cosmetic changes (including renaming) 2015-08-23 21:07:03 +06:00