summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/TypeSkolEscape.hs
blob: adde8cf2ca4da66c57345131b451b3ba71e93447 (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 :: TYPEvis v). a