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
impl: fix machine error handling
[haskell/symantic-parser.git]
/
tests
/
Golden
/
Grammar
/
OptimizeGrammar
/
G10.expected.txt
diff --git
a/tests/Golden/Grammar/OptimizeGrammar/G10.expected.txt
b/tests/Golden/Grammar/OptimizeGrammar/G10.expected.txt
index 96ced6e8f51c75a452829fe2f4176560ef4e2d16..308c8c970bae75863f5e9c280d887f030f98d46e 100644
(file)
--- a/
tests/Golden/Grammar/OptimizeGrammar/G10.expected.txt
+++ b/
tests/Golden/Grammar/OptimizeGrammar/G10.expected.txt
@@
-3,8
+3,8
@@
lets
+ pure GHC.Show.show
` <|>
+ <*>
- | + pure (\
x
_0 -> 'a')
+ | + pure (\
u
_0 -> 'a')
| ` satisfy ((GHC.Classes.==) 'a')
` <*>
- + pure (\
x
_0 -> 'b')
+ + pure (\
u
_0 -> 'b')
` satisfy ((GHC.Classes.==) 'b')