sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix cabal metadata
[haskell/symantic-parser.git]
/
test
/
Golden
/
Grammar
/
many-char-fail.dump
1
<*>
2
+ <*>
3
| + pure const
4
| ` <*>
5
| + def name_2
6
| | ` <|>
7
| | + <*>
8
| | | + <*>
9
| | | | + pure (.)
10
| | | | ` <*>
11
| | | | + pure cons
12
| | | | ` <*>
13
| | | | + <*>
14
| | | | | + pure const
15
| | | | | ` pure Haskell
16
| | | | ` def name_1
17
| | | | ` satisfy
18
| | | ` rec name_2
19
| | ` pure id
20
| ` pure Haskell
21
` <*>
22
+ <*>
23
| + pure const
24
| ` pure Haskell
25
` ref name_1