summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T5948.hs
blob: 06dfc4c793f6124dd76044dd18ff6d642b9b0626 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DataKinds, TypeOperators #-}

module T5948 where

type Foo = (Int ': '[])

type Bar = Int ': '[]