summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod56.hs
blob: 2fb79baaa6a6bb2373a18d0a3597a74c2d6bf94b (plain)
1
2
3
4
-- !!! Illegal deriving Ix
module M where
import Data.Ix(Ix)
data T = K1 Int | K2 deriving (Eq,Ord,Ix)