]> Git — Sourcephile - haskell/symantic-parser.git/blob - tests/Golden/Grammar/OptimizeGrammar/G15.expected.txt
wip
[haskell/symantic-parser.git] / tests / Golden / Grammar / OptimizeGrammar / G15.expected.txt
1 lets
2 ` <*>
3 + <*>
4 | + pure (\u_0 -> \u_1 -> GHC.Show.show u_0)
5 | ` <|>
6 | + <*>
7 | | + pure (\u_0 -> 'a')
8 | | ` satisfy ((GHC.Classes.==) 'a')
9 | ` <*>
10 | + pure (\u_0 -> 'b')
11 | ` satisfy ((GHC.Classes.==) 'b')
12 ` satisfy ((GHC.Classes.==) 'c')