summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/TH_reifyDecl1.stderr
blob: cf4b92d33b22f6519f573093404861e91e653551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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