summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/AssocTyDef06.hs
blob: e4f45669b72d7380c15efabc96d289c372a8ab6a (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies #-}
module AssocTyDef06 where

class Cls a where
    type Typ a
    type Typ a b = Int
      -- Too many params for default