summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15815A.hs
blob: 4025f3856c24febda65f01d303d98ea4a31a9ae0 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskell #-}
module T15815A where

mkFoo tyQ = [d|
    foo :: a ~ $(tyQ) => a
    foo = undefined
  |]