machine: improve comments
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G11.expected.txt
index 529efb204c57797c641c9771daca61c749f39a5b..5de602977641e247e46984f7ceb0cc50c9d30d3a 100644 (file)
@@ -14,13 +14,15 @@ lets
 |   | ` rec <hidden>
 |   ` pure (\u1 -> u1)
 ` <*>
-  + <*>
-  | + pure (\u1 -> (\u2 -> u1))
-  | ` <*>
-  |   + ref <hidden>
-  |   ` pure Term
+  + pure Term
   ` <*>
     + <*>
     | + pure (\u1 -> (\u2 -> u1))
-    | ` pure 'b'
-    ` satisfy
+    | ` <*>
+    |   + ref <hidden>
+    |   ` pure Term
+    ` <*>
+      + <*>
+      | + pure (\u1 -> (\u2 -> u1))
+      | ` pure 'b'
+      ` satisfy