sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ignore dump-core/
[haskell/symantic-parser.git]
/
test
/
Golden
/
Grammar
/
many-a.dump
1
<*>
2
+ def name_1
3
| ` <|>
4
| + <*>
5
| | + <*>
6
| | | + pure (.)
7
| | | ` <*>
8
| | | + pure cons
9
| | | ` <*>
10
| | | + <*>
11
| | | | + pure const
12
| | | | ` pure Haskell
13
| | | ` satisfy
14
| | ` rec name_1
15
| ` pure id
16
` pure Haskell