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
/
G5.expected.txt
1
lets
2
+ let <hidden>
3
| ` <|>
4
| + <*>
5
| | + <*>
6
| | | + pure (\u1 -> (\u2 -> (\u3 -> u1 (u2 u3))))
7
| | | ` <*>
8
| | | + pure cons
9
| | | ` ref <hidden>
10
| | ` rec <hidden>
11
| ` pure (\u1 -> u1)
12
+ let <hidden>
13
| ` try
14
| ` <*>
15
| + <*>
16
| | + pure cons
17
| | ` <*>
18
| | + <*>
19
| | | + pure (\u1 -> (\u2 -> u1))
20
| | | ` pure 'a'
21
| | ` satisfy
22
| ` <*>
23
| + <*>
24
| | + pure cons
25
| | ` <*>
26
| | + <*>
27
| | | + pure (\u1 -> (\u2 -> u1))
28
| | | ` pure 'b'
29
| | ` satisfy
30
| ` <*>
31
| + <*>
32
| | + pure cons
33
| | ` <*>
34
| | + <*>
35
| | | + pure (\u1 -> (\u2 -> u1))
36
| | | ` pure 'c'
37
| | ` satisfy
38
| ` <*>
39
| + <*>
40
| | + pure cons
41
| | ` <*>
42
| | + <*>
43
| | | + pure (\u1 -> (\u2 -> u1))
44
| | | ` pure 'd'
45
| | ` satisfy
46
| ` pure Term
47
` <*>
48
+ pure Term
49
` <*>
50
+ <*>
51
| + pure (\u1 -> (\u2 -> u1))
52
| ` <*>
53
| + <*>
54
| | + pure cons
55
| | ` ref <hidden>
56
| ` <*>
57
| + ref <hidden>
58
| ` pure Term
59
` eof