brittany/data/Test217.hs

7 lines
122 B
Haskell

{-# language TypeFamilies #-}
module M where
class C a where
type family F a
instance C Int where
type F Int = IO Int