parsers: commit missing file
[haskell/symantic-parser.git] / test / Golden / Grammar / ViewGrammar / G12.expected.txt
index 96e59d3f07c8aaafdc62687f616d78f650f2ed7b..b559210f5d18b1319cdbc4badb77f4ca59a1c3e9 100644 (file)
@@ -3,17 +3,17 @@ lets
 | ` <|>
 |   + <*>
 |   | + <*>
-|   | | + pure \x_0 -> \x_1 -> \x_2 -> x_0 (x_1 x_2)
+|   | | + 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 (\x_0 -> x_0)
 ` <*>
   + pure GHC.Show.show
   ` <*>
     + <*>
-    | + pure \x_0 -> \x_1 -> x_0
+    | + pure (\x_0 -> \x_1 -> x_0)
     | ` <*>
     |   + ref <hidden>
     |   ` pure GHC.Types.[]