sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: fix Nixpkgs lock
[haskell/symantic-parser.git]
/
tests
/
Golden
/
Grammar
/
ViewGrammar
/
G10.expected.txt
1
lets
2
` <*>
3
+ pure GHC.Show.show
4
` <|>
5
+ <*>
6
| + <*>
7
| | + pure (\x_0 -> \x_1 -> x_0)
8
| | ` pure 'a'
9
| ` satisfy ((GHC.Classes.==) 'a')
10
` <*>
11
+ <*>
12
| + pure (\x_0 -> \x_1 -> x_0)
13
| ` pure 'b'
14
` satisfy ((GHC.Classes.==) 'b')