sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
machine: fix recursion ending
[haskell/symantic-parser.git]
/
test
/
Golden
/
Grammar
/
ViewGrammar
/
G2.expected.txt
1
lets
2
` <*>
3
+ pure GHC.Show.show
4
` try
5
` <*>
6
+ <*>
7
| + pure (GHC.Types.:)
8
| ` <*>
9
| + <*>
10
| | + pure (\x_0 -> \x_1 -> x_0)
11
| | ` pure 'a'
12
| ` satisfy
13
` <*>
14
+ <*>
15
| + pure (GHC.Types.:)
16
| ` <*>
17
| + <*>
18
| | + pure (\x_0 -> \x_1 -> x_0)
19
| | ` pure 'b'
20
| ` satisfy
21
` <*>
22
+ <*>
23
| + pure (GHC.Types.:)
24
| ` <*>
25
| + <*>
26
| | + pure (\x_0 -> \x_1 -> x_0)
27
| | ` pure 'c'
28
| ` satisfy
29
` pure GHC.Types.[]