summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T8807.hs
blob: 7d21796298a0835b4cdcc39b54168eabb2d256ed (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE ConstraintKinds, RankNTypes #-}

module T8807 where

import Data.Proxy

foo :: $( [t| forall a b. a b => Proxy a -> b -> b |] )
foo = undefined