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