]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/ViewGrammar/G12.expected.txt
fix: use a global polyfix for defLet and defRef
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G12.expected.txt
1 lets
2 + let <hidden>
3 | ` <|>
4 | + <*>
5 | | + <*>
6 | | | + pure (\u1 -> (\u2 -> (\u3 -> u1 (u2 u3))))
7 | | | ` <*>
8 | | | + pure cons
9 | | | ` satisfy
10 | | ` rec <hidden>
11 | ` pure (\u1 -> u1)
12 ` <*>
13 + <*>
14 | + pure (\u1 -> (\u2 -> u1))
15 | ` <*>
16 | + ref <hidden>
17 | ` pure Term
18 ` eof