1 2 3 4 5 6 7
{-# LANGUAGE FlexibleContexts, DataKinds #-} module T6054 where import T6054a foo = print (Proxy :: Bar '() a => Proxy a)