]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/ViewGrammar/G6.expected.txt
grammar: add precedence to showCode
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G6.expected.txt
1 lets
2 ` <*>
3 + pure GHC.Show.show
4 ` <|>
5 + <*>
6 | + <*>
7 | | + pure (GHC.Types.:)
8 | | ` <*>
9 | | + <*>
10 | | | + pure (\x_0 -> \x_1 -> x_0)
11 | | | ` pure 'a'
12 | | ` satisfy
13 | ` <*>
14 | + <*>
15 | | + pure (GHC.Types.:)
16 | | ` <*>
17 | | + <*>
18 | | | + pure (\x_0 -> \x_1 -> x_0)
19 | | | ` pure 'a'
20 | | ` satisfy
21 | ` pure GHC.Types.[]
22 ` <*>
23 + <*>
24 | + pure (GHC.Types.:)
25 | ` <*>
26 | + <*>
27 | | + pure (\x_0 -> \x_1 -> x_0)
28 | | ` pure 'a'
29 | ` satisfy
30 ` <*>
31 + <*>
32 | + pure (GHC.Types.:)
33 | ` <*>
34 | + <*>
35 | | + pure (\x_0 -> \x_1 -> x_0)
36 | | ` pure 'b'
37 | ` satisfy
38 ` pure GHC.Types.[]