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