brittany/data/Test211.hs

5 lines
92 B
Haskell

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