diff options
Diffstat (limited to 'testsuite/tests/stranal/should_compile/T16029.stdout')
-rw-r--r-- | testsuite/tests/stranal/should_compile/T16029.stdout | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/stranal/should_compile/T16029.stdout b/testsuite/tests/stranal/should_compile/T16029.stdout index 77957255c8..5b3a03a603 100644 --- a/testsuite/tests/stranal/should_compile/T16029.stdout +++ b/testsuite/tests/stranal/should_compile/T16029.stdout @@ -1,11 +1,11 @@ T16029.$WMkT [InlPrag=INLINE[final] CONLIKE] :: Int #-> Int #-> T - Tmpl= \ (dt [Occ=Once!] :: Int) (dt [Occ=Once!] :: Int) -> - = \ (dt [Occ=Once!] :: Int) (dt [Occ=Once!] :: Int) -> + Tmpl= \ (dt [Occ=Once1!] :: Int) (dt [Occ=Once1!] :: Int) -> + = \ (dt [Occ=Once1!] :: Int) (dt [Occ=Once1!] :: Int) -> :: GHC.Prim.Int# -> GHC.Prim.Int# = \ (ww :: GHC.Prim.Int#) -> g2 [InlPrag=NOUSERINLINE[2]] :: T -> Int -> Int - Tmpl= \ (w [Occ=Once!] :: T) (w1 [Occ=Once!] :: Int) -> + Tmpl= \ (w [Occ=Once1!] :: T) (w1 [Occ=Once1!] :: Int) -> = \ (w :: T) (w1 :: Int) -> g1 [InlPrag=NOUSERINLINE[2]] :: S -> Int -> Int - Tmpl= \ (w [Occ=Once!] :: S) (w1 [Occ=Once!] :: Int) -> + Tmpl= \ (w [Occ=Once1!] :: S) (w1 [Occ=Once1!] :: Int) -> = \ (w :: S) (w1 :: Int) -> |