1 2 3 4 5 6 7
{-# LANGUAGE DataKinds, TypeOperators #-} module T5948 where type Foo = (Int ': '[]) type Bar = Int ': '[]