diff options
author | nx <unknown> | 2005-06-06 12:50:42 +0000 |
---|---|---|
committer | nx <unknown> | 2005-06-06 12:50:42 +0000 |
commit | b08c2d1599a626d41cac23c52d1f7b820ba7f7b3 (patch) | |
tree | 42698e80be38b06744f8c764c9bdc75c8063b7ab /testsuite/tests/ghc-regress/arityanal/f4.stderr | |
parent | 85527acb90d4c73aba79ff5ad3576fd15c5bebcf (diff) | |
download | haskell-b08c2d1599a626d41cac23c52d1f7b820ba7f7b3.tar.gz |
[project @ 2005-06-06 12:50:41 by nx]
-farity -ddump-idinfo is added for the compilation and the dumpped output is supposed to match .stderr
Diffstat (limited to 'testsuite/tests/ghc-regress/arityanal/f4.stderr')
-rw-r--r-- | testsuite/tests/ghc-regress/arityanal/f4.stderr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/arityanal/f4.stderr b/testsuite/tests/ghc-regress/arityanal/f4.stderr new file mode 100644 index 0000000000..48b617f3ae --- /dev/null +++ b/testsuite/tests/ghc-regress/arityanal/f4.stderr @@ -0,0 +1,22 @@ +***Arity is changed as occur many times: F4.f4h{v r155} 2 0
+
+==================== IdInfo ====================
+F4.f4g :: GHC.Base.Int -> GHC.Base.Int :: [Arity 1
+ 0 -> *
+ Str: DmdType U(L)m]
+lvl_s1Cq :: GHC.Base.Int :: [*]
+$wf4h_s1C9 :: (GHC.Base.Int -> GHC.Base.Int)
+ -> GHC.Prim.Int#
+ -> GHC.Base.Int :: [Arity 2
+ 0 -> 0 -> *
+ Str: DmdType C(S)L]
+F4.f4h :: (GHC.Base.Int -> GHC.Base.Int)
+ -> GHC.Base.Int
+ -> GHC.Base.Int :: [Arity 2
+ T
+ Worker $wf4h_s1C9
+ Str: DmdType C(S)U(L)]
+F4.f4 :: GHC.Base.Int :: [*
+ Str: DmdType]
+
+
|