brittany/data/Test208.hs

5 lines
90 B
Haskell

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