brittany/data/Test206.hs

4 lines
75 B
Haskell

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