summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T22785.hs
blob: 1db6b7d88d80791edad5a4204f731e48c3b6f050 (plain)
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