brittany/data/Test210.hs

4 lines
82 B
Haskell

{-# language TypeFamilies #-}
data family F a
newtype instance F Int = N Int -- x