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