summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7488.hs
blob: e833cddaa6ff12201f881d2da21300ac1a7da6a0 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE DataKinds          #-}
{-# LANGUAGE KindSignatures     #-}
{-# LANGUAGE GADTs              #-}

module T7488 where

newtype A = A Bool
data B (x :: A)