sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
impl: move `liftTypedString` to `Language.Haskell.TH.Show`
[haskell/symantic-parser.git]
/
tests
/
Golden
/
Grammar
/
OptimizeGrammar
/
G15.expected.txt
1
lets
2
` <*>
3
+ <*>
4
| + pure (\u_0 -> \u_1 -> GHC.Show.show u_0)
5
| ` <|>
6
| + <*>
7
| | + pure (\u_0 -> 'a')
8
| | ` satisfy ((GHC.Classes.==) 'a')
9
| ` <*>
10
| + pure (\u_0 -> 'b')
11
| ` satisfy ((GHC.Classes.==) 'b')
12
` satisfy ((GHC.Classes.==) 'c')