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

module T6054 where

import T6054a

foo = print (Proxy :: Bar '() a => Proxy a)