summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5410.hs
blob: a43ac1702d36270314e74faefab6ac43a8912389 (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