cabal: clean up
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G8.expected.txt
index 025f7a892324af9cb2d345e8c61dc91e1fbda413..4f5c6c9e78ceb3543ef8dbf8493a334765ba704b 100644 (file)
@@ -1,20 +1,24 @@
-<*>
-+ <*>
-| + pure (\u1 -> (\u2 -> u1))
-| ` <*>
-|   + def <hidden>
-|   | ` <|>
-|   |   + <*>
-|   |   | + <*>
-|   |   | | + pure (\u1 -> (\u2 -> (\u3 -> u1 (u2 u3))))
-|   |   | | ` <*>
-|   |   | |   + pure cons
-|   |   | |   ` <*>
-|   |   | |     + <*>
-|   |   | |     | + pure (\u1 -> (\u2 -> u1))
-|   |   | |     | ` pure 'r'
-|   |   | |     ` 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.:)
+|   | |   ` <*>
+|   | |     + <*>
+|   | |     | + pure (\x_0 -> \x_1 -> x_0)
+|   | |     | ` pure 'r'
+|   | |     ` 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