]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/many-char-eof.dump
add farthest position heuristic for parsing error messages
[haskell/symantic-parser.git] / test / Golden / Grammar / many-char-eof.dump
1 <*>
2 + <*>
3 | + pure const
4 | ` <*>
5 | + def name_1
6 | | ` <|>
7 | | + <*>
8 | | | + <*>
9 | | | | + pure (.)
10 | | | | ` <*>
11 | | | | + pure cons
12 | | | | ` <*>
13 | | | | + <*>
14 | | | | | + pure const
15 | | | | | ` pure Haskell
16 | | | | ` satisfy
17 | | | ` rec name_1
18 | | ` pure id
19 | ` pure Haskell
20 ` eof