machine: improve comments
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G1.expected.txt
index a78e743abfc61d5468edbb281d0b09814d4694c7..aaf3c801dadcc16f30862da9041e9fa23d80a388 100644 (file)
@@ -1,6 +1,8 @@
 lets
 ` <*>
-  + <*>
-  | + pure (\u1 -> (\u2 -> u1))
-  | ` pure 'a'
-  ` satisfy
+  + pure Term
+  ` <*>
+    + <*>
+    | + pure (\u1 -> (\u2 -> u1))
+    | ` pure 'a'
+    ` satisfy