diff options
Diffstat (limited to 'testsuite/tests/th/TH_reifyDecl1.stderr')
-rw-r--r-- | testsuite/tests/th/TH_reifyDecl1.stderr | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testsuite/tests/th/TH_reifyDecl1.stderr b/testsuite/tests/th/TH_reifyDecl1.stderr new file mode 100644 index 0000000000..cf4b92d33b --- /dev/null +++ b/testsuite/tests/th/TH_reifyDecl1.stderr @@ -0,0 +1,30 @@ + +TH_reifyDecl1.hs:33:10: + data TH_reifyDecl1.T = TH_reifyDecl1.A | TH_reifyDecl1.B + +TH_reifyDecl1.hs:33:10: + data TH_reifyDecl1.R a_0 = TH_reifyDecl1.C a_0 | TH_reifyDecl1.D + +TH_reifyDecl1.hs:33:10: + data TH_reifyDecl1.List a_0 + = TH_reifyDecl1.Nil + | TH_reifyDecl1.Cons a_0 (TH_reifyDecl1.List a_0) + +TH_reifyDecl1.hs:33:10: + data TH_reifyDecl1.Tree a_0 + = TH_reifyDecl1.Leaf + | (TH_reifyDecl1.Tree a_0) TH_reifyDecl1.:+: (TH_reifyDecl1.Tree a_0) + +TH_reifyDecl1.hs:33:10: + type TH_reifyDecl1.IntList = [GHC.Types.Int] + +TH_reifyDecl1.hs:33:10: + newtype TH_reifyDecl1.Length = TH_reifyDecl1.Length GHC.Types.Int + +TH_reifyDecl1.hs:33:10: + Constructor from TH_reifyDecl1.Tree: TH_reifyDecl1.Leaf :: forall a_0 . TH_reifyDecl1.Tree a_0 + +TH_reifyDecl1.hs:33:10: + Class op from TH_reifyDecl1.C: TH_reifyDecl1.m :: forall a_0 . TH_reifyDecl1.C a_0 => + a_0 -> GHC.Types.Int + infixl 3 TH_reifyDecl1.m |