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
/
G11.expected.txt
1
lets
2
` <*>
3
+ pure GHC.Show.show
4
` <*>
5
+ <*>
6
| + pure (\x_0 -> \x_1 -> x_0)
7
| ` chainPre
8
| + <*>
9
| | + pure (GHC.Types.:)
10
| | ` <*>
11
| | + <*>
12
| | | + pure (\x_0 -> \x_1 -> x_0)
13
| | | ` pure 'a'
14
| | ` satisfy ((GHC.Classes.==) 'a')
15
| ` pure GHC.Types.[]
16
` <*>
17
+ <*>
18
| + pure (\x_0 -> \x_1 -> x_0)
19
| ` pure 'b'
20
` satisfy ((GHC.Classes.==) 'b')