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

$([d| instance Show (a -> b) where
         showsPrec _ _ = showString "<function>"
  |])

main = print id