cabal: clean up
[haskell/symantic-parser.git] / test / Golden / Grammar / OptimizeGrammar / G6.expected.txt
index 08f7f1db8dcf7dc87f3767e7a58a19d299bd2719..e0fb9b3c00a20decbeaaea7e6069cdd224485b6f 100644 (file)
@@ -1 +1,14 @@
-"<|>\n+ <*>\n| + <*>\n| | + pure (\\u1 -> (\\u2 -> 'a' : ('a' : Term)))\n| | ` satisfy\n| ` satisfy\n` <*>\n  + <*>\n  | + pure (\\u1 -> (\\u2 -> 'a' : ('b' : Term)))\n  | ` satisfy\n  ` satisfy\n"
\ No newline at end of file
+lets
+` <*>
+  + pure GHC.Show.show
+  ` <|>
+    + <*>
+    | + <*>
+    | | + pure (\x_0 -> \x_1 -> (GHC.Types.:) 'a' ((GHC.Types.:) 'a' GHC.Types.[]))
+    | | ` satisfy
+    | ` satisfy
+    ` <*>
+      + <*>
+      | + pure (\x_0 -> \x_1 -> (GHC.Types.:) 'a' ((GHC.Types.:) 'b' GHC.Types.[]))
+      | ` satisfy
+      ` satisfy