summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_TyInstWhere2.stderr
blob: bbeabab2671d8d3df48ce42eefdac8b7ec4e11fd (plain)
1
2
3
4
5
6
7
8
9
10

TH_TyInstWhere2.hs:8:2: warning:
    type family F_0 (a_1 :: k_2) (b_3 :: k_2) :: GHC.Types.Bool where
    F_0 a_4 a_4 = 'GHC.Types.True
    F_0 a_5 b_6 = 'GHC.Types.False

TH_TyInstWhere2.hs:14:2: warning:
    type family F1_0 (a_1 :: k_2) :: * where
    F1_0 @(*) GHC.Types.Int = GHC.Types.Bool
    F1_0 @GHC.Types.Bool 'GHC.Types.False = GHC.Types.Char