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

TH_RichKinds2.hs:25:2: warning: [GHC-39584]
    data SMaybe_0 :: (k_0 -> *) -> GHC.Maybe.Maybe k_0 -> * where
    SNothing_2 :: SMaybe_0 s_3 'GHC.Maybe.Nothing
    SJust_4 :: (s_5 a_6) -> SMaybe_0 s_5 ('GHC.Maybe.Just a_6)
type instance TH_RichKinds2.Map f_7 '[] = '[]
type instance TH_RichKinds2.Map f_8
                                ('(GHC.Types.:) h_9 t_10) = '(GHC.Types.:) (f_8 h_9)
                                                                           (TH_RichKinds2.Map f_8
                                                                                              t_10)