Skip to content
Snippets Groups Projects
Commit cd59cd32 authored by Matthew Craven's avatar Matthew Craven
Browse files

accept new output for T23398

parent ebc9f2bf
No related branches found
No related tags found
No related merge requests found
Pipeline #78344 failed
......@@ -5,7 +5,7 @@ Result size of Tidy Core
-- RHS size: {terms: 18, types: 11, coercions: 0, joins: 0/0}
T23398.$wfoo [InlPrag=[2]]
:: forall {a}. (Eq a, Show a) => a -> a -> String
:: forall a. (Eq a, Show a) => a -> a -> String
[GblId[StrictWorker([!, !])],
Arity=4,
Str=<SP(1C(1,C(1,L)),A)><SP(A,1C(1,L),A)><L><L>,
......@@ -41,7 +41,7 @@ foo
Rec {
-- RHS size: {terms: 21, types: 19, coercions: 3, joins: 0/0}
T23398.$wbar [InlPrag=[2], Occ=LoopBreaker]
:: forall {a} {b}.
:: forall a b.
(a GHC.Prim.~# b, Show a) =>
GHC.Prim.Int# -> a -> (# b, String #)
[GblId[StrictWorker([~, !])],
......
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