]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/many-a.opt.dump
stick to ParsleyHaskell's optimizations, except on pattern-matching at the Haskell...
[haskell/symantic-parser.git] / test / Golden / Grammar / many-a.opt.dump
1 <*>
2 + pure (\u1 -> u1 Term)
3 ` def name_1
4 ` <|>
5 + <*>
6 | + <*>
7 | | + pure (\u1 -> (\u2 -> (\u3 -> 'a' : u2 u3)))
8 | | ` satisfy
9 | ` rec name_1
10 ` pure (\u1 -> u1)