blob: 21d2ff484a584b6601790ca34218e53bcb9092e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
C1
C2
instance TH_reifyInstances.C2 GHC.Types.Int
T1
T2
type instance TH_reifyInstances.T2 GHC.Types.Int = GHC.Types.Char
D1
D2
data instance TH_reifyInstances.D2 GHC.Types.Int
= TH_reifyInstances.DInt | TH_reifyInstances.DInt2
|