summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7730.stdout
blob: e96e909413c0951f26498f2c816da27178082df1 (plain)
1
2
3
4
5
6
7
8
type role A phantom phantom
data A (x :: k) (y :: k1)
  	-- Defined at <interactive>:2:1
A :: k1 -> k2 -> *
type role T phantom
data T (a :: k) where
  MkT :: forall k (a :: k) a1. a1 -> T a
  	-- Defined at <interactive>:6:1