]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/ViewGrammar/G8.expected.txt
test: add goldens for TH splices
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G8.expected.txt
1 <*>
2 + <*>
3 | + pure (\u1 -> (\u2 -> u1 Term))
4 | ` <|>
5 | + <*>
6 | | + <*>
7 | | | + pure (\u1 -> (\u2 -> (\u3 -> 'r' : u2 u3)))
8 | | | ` satisfy
9 | | ` rec <hidden>
10 | ` pure (\u1 -> u1)
11 ` eof