1 2 3 4 5 6 7 8
{-# LANGUAGE DataKinds #-} module T22785 where import Data.Proxy import Data.Tuple p :: Proxy ('MkSolo Int) p = Proxy :: Proxy Int