packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/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