]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/OptimizeGrammar/G19.expected.txt
bug: a ref outside its def must be supported
[haskell/symantic-parser.git] / test / Golden / Grammar / OptimizeGrammar / G19.expected.txt
1 <|>
2 + try
3 | ` <*>
4 | + <*>
5 | | + pure (\u1 -> (\u2 -> 'a' : ('a' : Term)))
6 | | ` satisfy
7 | ` satisfy
8 ` try
9 ` <*>
10 + <*>
11 | + pure (\u1 -> (\u2 -> 'a' : ('b' : Term)))
12 | ` satisfy
13 ` satisfy