summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T8507.hs
blob: 978dbb0507bcc487faba734c7da9f087c70eb18b (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE ConstraintKinds #-}

module T8507 where

type Stringy1 a = (Read a, Show a)

$([d|type Stringy2 a = (Read a, Show a) |])