summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T18138.hs
blob: ef4aa7ff9a9f1c21d75f7568a7688435a59a4823 (plain)
1
2
3
4
5
6
7
8
9
10
module Misplaced where

instance Eq (T a)
{-# SPECIALISE instance Eq (T Int) #-}
 -- A mis-placed signature

data T a = T a