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

class Cls a where
    type Typ a = Int
     -- Default without family