ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/Dep1.hs
{-# LANGUAGE TypeInType #-}
module Dep1 where
import Data.Kind
data Proxy k (a :: k) = P
x :: Proxy * Int
x = P
y :: Proxy Bool True
y = P
{-# LANGUAGE TypeInType #-}
module Dep1 where
import Data.Kind
data Proxy k (a :: k) = P
x :: Proxy * Int
x = P
y :: Proxy Bool True
y = P