summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/ClassDefaultInHsBootA2.hs
blob: a4dd9af667948e014038f9418d3df4179f5c0645 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TypeFamilies #-}
module ClassDefaultInHsBootA2 where

import ClassDefaultInHsBootA1

data I = I Int

instance C I where
  type T I = ()
  def = ()