sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
machine: improve comments
[haskell/symantic-parser.git]
/
test
/
Golden
/
Grammar
/
ViewGrammar
/
G1.expected.txt
diff --git
a/test/Golden/Grammar/ViewGrammar/G1.expected.txt
b/test/Golden/Grammar/ViewGrammar/G1.expected.txt
index a78e743abfc61d5468edbb281d0b09814d4694c7..aaf3c801dadcc16f30862da9041e9fa23d80a388 100644
(file)
--- a/
test/Golden/Grammar/ViewGrammar/G1.expected.txt
+++ b/
test/Golden/Grammar/ViewGrammar/G1.expected.txt
@@
-1,6
+1,8
@@
lets
` <*>
- + <*>
- | + pure (\u1 -> (\u2 -> u1))
- | ` pure 'a'
- ` satisfy
+ + pure Term
+ ` <*>
+ + <*>
+ | + pure (\u1 -> (\u2 -> u1))
+ | ` pure 'a'
+ ` satisfy