summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail14.hs
blob: a25d81d3bad151bfd84087cb97495710e2a8c060 (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeFamilies #-}

module Simple14 where

data T a = T (a~a)