impl: fix machine error handling
[haskell/symantic-parser.git] / tests / Golden / Grammar / OptimizeGrammar / G10.expected.txt
index 96ced6e8f51c75a452829fe2f4176560ef4e2d16..308c8c970bae75863f5e9c280d887f030f98d46e 100644 (file)
@@ -3,8 +3,8 @@ lets
   + pure GHC.Show.show
   ` <|>
     + <*>
-    | + pure (\x_0 -> 'a')
+    | + pure (\u_0 -> 'a')
     | ` satisfy ((GHC.Classes.==) 'a')
     ` <*>
-      + pure (\x_0 -> 'b')
+      + pure (\u_0 -> 'b')
       ` satisfy ((GHC.Classes.==) 'b')