brittany/data/Test209.hs

4 lines
77 B
Haskell

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