parsers: commit missing file
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G12.expected.txt
index 6bed0a7c59970ee5257ee40cb69455cd35c02475..b559210f5d18b1319cdbc4badb77f4ca59a1c3e9 100644 (file)
@@ -1,16 +1,20 @@
-<*>
-+ <*>
-| + pure (\u1 -> (\u2 -> u1))
-| ` <*>
-|   + def <hidden>
-|   | ` <|>
-|   |   + <*>
-|   |   | + <*>
-|   |   | | + pure (\u1 -> (\u2 -> (\u3 -> u1 (u2 u3))))
-|   |   | | ` <*>
-|   |   | |   + pure cons
-|   |   | |   ` satisfy
-|   |   | ` rec <hidden>
-|   |   ` pure (\u1 -> u1)
-|   ` pure Term
-` eof
+lets
++ let <hidden>
+| ` <|>
+|   + <*>
+|   | + <*>
+|   | | + pure (\x_0 -> \x_1 -> \x_2 -> x_0 (x_1 x_2))
+|   | | ` <*>
+|   | |   + pure (GHC.Types.:)
+|   | |   ` satisfy
+|   | ` rec <hidden>
+|   ` pure (\x_0 -> x_0)
+` <*>
+  + pure GHC.Show.show
+  ` <*>
+    + <*>
+    | + pure (\x_0 -> \x_1 -> x_0)
+    | ` <*>
+    |   + ref <hidden>
+    |   ` pure GHC.Types.[]
+    ` eof