summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/TypeSkolEscape.hs
blob: 02b7737499646e766c5aee821574142ffd76e638 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE RankNTypes, PolyKinds, TypeInType #-}
-- NB: -fprint-explicit-runtime-reps enabled in all.T

module TypeSkolEscape where

import GHC.Types
import GHC.Exts

type Bad = forall (v :: RuntimeRep) (a :: TYPE v). a