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

module Bug where

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