summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/TypeSkolEscape.hs
blob: bbec037487f5d962aea03d9618672f974d4dd673 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE RankNTypes, PolyKinds, TypeInType #-}

module TypeSkolEscape where

import GHC.Types
import GHC.Exts

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