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)