1 2 3 4 5 6 7 8
{-# LANGUAGE GeneralizedNewtypeDeriving #-} module T1133 where import T1133a newtype X = X Int deriving Enum