sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rename Symantic.{Univariant => Typed}
[haskell/symantic-parser.git]
/
test
/
Golden
/
Grammar
/
ViewGrammar
/
G12.expected.txt
1
lets
2
+ let <hidden>
3
| ` <|>
4
| + <*>
5
| | + <*>
6
| | | + pure \x_0 -> \x_1 -> \x_2 -> x_0 (x_1 x_2)
7
| | | ` <*>
8
| | | + pure (GHC.Types.:)
9
| | | ` satisfy
10
| | ` rec <hidden>
11
| ` pure \x_0 -> x_0
12
` <*>
13
+ pure GHC.Show.show
14
` <*>
15
+ <*>
16
| + pure \x_0 -> \x_1 -> x_0
17
| ` <*>
18
| + ref <hidden>
19
| ` pure GHC.Types.[]
20
` eof