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

-- This is actually perfectly ok!

module NonLinearSigErr where

type family E a b
type instance E a (a :: *) = [a]