1 2 3 4 5 6 7
{-# LANGUAGE Haskell2010 #-} module T1133A where import T1133Aa newtype X = X Int deriving Enum