]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/ViewGrammar/G8.expected.txt
machine: normalOrderReduction at the last moment
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G8.expected.txt
1 lets
2 ` <*>
3 + pure GHC.Show.show
4 ` <*>
5 + <*>
6 | + pure (\x_0 -> \x_1 -> x_0)
7 | ` chainPre
8 | + <*>
9 | | + pure (GHC.Types.:)
10 | | ` <*>
11 | | + <*>
12 | | | + pure (\x_0 -> \x_1 -> x_0)
13 | | | ` pure 'r'
14 | | ` satisfy ((GHC.Classes.==) 'r')
15 | ` pure GHC.Types.[]
16 ` eof