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