Skip to content
Snippets Groups Projects
Commit 3382b3d6 authored by CarrieMY's avatar CarrieMY Committed by Marge Bot
Browse files

Update expected stderr for affected tests, which are not under Tc directory

parent 7dc0dc99
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ T4485.hs:51:26: error:
• Ambiguous type variable ‘m0’ arising from a use of ‘genElement’
prevents the constraint ‘(XMLGen m0)’ from being solved.
Probable fix: use a type annotation to specify what ‘m0’ should be.
These potential instance exist:
This potential instance exists:
instance XMLGen (IdentityT m) -- Defined at T4485.hs:38:10
• In the second argument of ‘($)’, namely ‘(genElement "foo")’
In the expression: asChild $ (genElement "foo")
......
......@@ -10,7 +10,7 @@ rebindable6.hs:110:17: error:
test_do :: IO a -> IO (Maybe b) -> IO b
(bound at rebindable6.hs:108:9)
Probable fix: use a type annotation to specify what ‘t0’ should be.
These potential instance exist:
This potential instance exists:
instance HasSeq (IO a -> IO b -> IO b)
-- Defined at rebindable6.hs:56:18
• In a stmt of a 'do' block: f
......@@ -35,7 +35,7 @@ rebindable6.hs:111:17: error:
(bound at rebindable6.hs:108:9)
Probable fix: use a type annotation to specify what ‘p0’,
‘t0’ should be.
These potential instance exist:
This potential instance exists:
instance HasBind (IO a -> (a -> IO b) -> IO b)
-- Defined at rebindable6.hs:51:18
• In a stmt of a 'do' block: Just (b :: b) <- g
......@@ -59,7 +59,7 @@ rebindable6.hs:112:17: error:
test_do :: IO a -> IO (Maybe b) -> IO b
(bound at rebindable6.hs:108:9)
Probable fix: use a type annotation to specify what ‘p0’ should be.
These potential instance exist:
This potential instance exists:
instance HasReturn (a -> IO a) -- Defined at rebindable6.hs:46:18
• In a stmt of a 'do' block: return b
In the expression:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment