summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T10811.hs
blob: cad100aad5a795310e2dc5cd2f175e978c5b1f93 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE TemplateHaskell, TypeFamilies #-}

module Bug where

$([d| class C a where
        type F a
        type F a = a |])