sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc: improve a bit the ReadMe.md
[haskell/symantic-parser.git]
/
test
/
Golden
/
Grammar
/
ViewGrammar
/
G8.expected.txt
1
lets
2
+ let <hidden>
3
| ` <|>
4
| + <*>
5
| | + <*>
6
| | | + pure (\u1 -> (\u2 -> (\u3 -> u1 (u2 u3))))
7
| | | ` <*>
8
| | | + pure cons
9
| | | ` <*>
10
| | | + <*>
11
| | | | + pure (\u1 -> (\u2 -> u1))
12
| | | | ` pure 'r'
13
| | | ` satisfy
14
| | ` rec <hidden>
15
| ` pure (\u1 -> u1)
16
` <*>
17
+ pure Term
18
` <*>
19
+ <*>
20
| + pure (\u1 -> (\u2 -> u1))
21
| ` <*>
22
| + ref <hidden>
23
| ` pure Term
24
` eof