sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
copyright: comply with REUSE-3.0
[haskell/symantic-parser.git]
/
test
/
Golden
/
Grammar
/
OptimizeGrammar
/
G10.expected.txt
1
lets
2
` <*>
3
+ pure GHC.Show.show
4
` <|>
5
+ <*>
6
| + pure (\x_0 -> 'a')
7
| ` satisfy ((GHC.Classes.==) 'a')
8
` <*>
9
+ pure (\x_0 -> 'b')
10
` satisfy ((GHC.Classes.==) 'b')