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
/
OptimizeGrammar
/
G4.expected.txt
1
lets
2
+ let <hidden>
3
| ` try
4
| ` <*>
5
| + <*>
6
| | + <*>
7
| | | + <*>
8
| | | | + pure (\x_0 -> \x_1 -> \x_2 -> \x_3 -> (GHC.Types.:) 'a' ((GHC.Types.:) 'b' ((GHC.Types.:) 'c' ((GHC.Types.:) 'd' GHC.Types.[]))))
9
| | | | ` satisfy
10
| | | ` satisfy
11
| | ` satisfy
12
| ` satisfy
13
` <*>
14
+ <*>
15
| + pure (\x_0 -> \x_1 -> GHC.Show.show ((GHC.Types.:) x_0 x_1))
16
| ` ref <hidden>
17
` chainPre
18
+ <*>
19
| + pure (GHC.Types.:)
20
| ` ref <hidden>
21
` pure GHC.Types.[]