sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc: fix old names
[haskell/symantic-parser.git]
/
tests
/
Golden
/
Grammar
/
OptimizeGrammar
/
G8.expected.txt
1
lets
2
` <*>
3
+ <*>
4
| + pure (\x_0 -> \x_1 -> GHC.Show.show x_0)
5
| ` chainPre
6
| + <*>
7
| | + pure (\x_0 -> (GHC.Types.:) 'r')
8
| | ` satisfy ((GHC.Classes.==) 'r')
9
| ` pure GHC.Types.[]
10
` eof