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