]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/ViewGrammar/G15.expected.txt
grammar: add precedence to showCode
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G15.expected.txt
1 lets
2 ` <*>
3 + pure GHC.Show.show
4 ` <*>
5 + <*>
6 | + pure (\x_0 -> \x_1 -> x_0)
7 | ` <|>
8 | + <*>
9 | | + <*>
10 | | | + pure (\x_0 -> \x_1 -> x_0)
11 | | | ` pure 'a'
12 | | ` satisfy
13 | ` <*>
14 | + <*>
15 | | + pure (\x_0 -> \x_1 -> x_0)
16 | | ` pure 'b'
17 | ` satisfy
18 ` <*>
19 + <*>
20 | + pure (\x_0 -> \x_1 -> x_0)
21 | ` pure 'c'
22 ` satisfy